SuperNode Constructor (Int32, Double, Double, Double, LocalCoordinateSystem) |
3D Frame Analysis Library
Node object initialization
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public SuperNode(
int _index,
double _x,
double _y,
double _z,
LocalCoordinateSystem _LocalSystem
)
Public Sub New (
_index As Integer,
_x As Double,
_y As Double,
_z As Double,
_LocalSystem As LocalCoordinateSystem
)
Parameters
- _index
- Type: SystemInt32
Index, must be unique - _x
- Type: SystemDouble
x coordinate in the global coordinate system - _y
- Type: SystemDouble
y coordinate in the global coordinate system - _z
- Type: SystemDouble
z coordinate in the global coordinate system - _LocalSystem
- Type: MathLibLocalCoordinateSystem
Object that defines the local coordinate system of the node. If Node belongs to a floor diaphragm, its local system should coincide with the global one.
See Also