Click or drag to resize

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)
Syntax
public int add(
	Node vertex
)

Parameters

vertex
Type: Karamba.NodesNode
vertex to be added.

Return Value

Type: Int32
index of vertex.
See Also