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

Parameters

vertex
Type: Karamba.NodesNode
vertex to be added

Return Value

Type: Int32
index of vertex
See Also