|
Modeladd Method
|
Adds a vertex to the model and returns its index.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int add(
Node vertex
)
Public Function add (
vertex As Node
) As Integer
public:
int add(
Node^ vertex
)
member add :
vertex : Node -> int
Parameters
- vertex
- Type: Karamba.NodesNode
vertex to be added.
Return Value
Type:
Int32index of vertex.
See Also