|
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)
Syntaxpublic Node(
int ID,
Support s,
Point3 p
)
Public Sub New (
ID As Integer,
s As Support,
p As Point3
)
public:
Node(
int ID,
Support^ s,
Point3 p
)
new :
ID : int *
s : Support *
p : Point3 -> Node
Parameters
- ID
- Type: SystemInt32
Index of the node. - s
- Type: Karamba.SupportsSupport
associated support. - p
- Type: Karamba.GeometryPoint3
Position of the node.
See Also