Click or drag to resize

Node Constructor (Int32, Point3)

initialize node with a id-number and a position

Namespace:  Karamba.Nodes
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Node(
	int ID,
	Point3 p
)

Parameters

ID
Type: SystemInt32
zero based node id in the statical model
p
Type: Karamba.GeometryPoint3
position of the node
See Also