Click or drag to resize

Node Constructor (Int32, Point3)

Initializes a new instance of the Node class. initialize node with a id-number and a position.

Namespace:  Karamba.Nodes
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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