SuperNode Constructor (Int32, Double, Double, Double) |
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
)
Public Sub New (
_index As Integer,
_x As Double,
_y As Double,
_z As Double
)
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
See Also