|
NX Open C++ Reference Guide
|
Represents a three-dimensional vector
Created in NX3.0.0.
More...
Public Member Functions | |
| Vector3d (double xInitial, double yInitial, double zInitial) | |
| Constructor for the Vector3d struct. | |
Public Attributes | |
| double | X |
| x | |
| double | Y |
| y | |
| double | Z |
| z | |
Represents a three-dimensional vector
Created in NX3.0.0.
| NXOpen::Vector3d::Vector3d | ( | double | xInitial, |
| double | yInitial, | ||
| double | zInitial | ||
| ) |
Constructor for the Vector3d struct.
| xInitial | x |
| yInitial | y |
| zInitial | z |
| double NXOpen::Vector3d::X |
x
| double NXOpen::Vector3d::Y |
y
| double NXOpen::Vector3d::Z |
z