Click or drag to resize

Node Constructor (Int32, Support, Point3)

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

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

Parameters

ID
Type: SystemInt32
Index of the node.
s
Type: Karamba.SupportsSupport
associated support.
p
Type: Karamba.GeometryPoint3
Position of the node.
See Also