NX Open C++ Reference Guide
|
Specifies the data for the selected reference points. More...
Public Member Functions | |
ReferencePt (bool definedInitial, double xInitial, double yInitial, double zInitial) | |
Constructor for the ReferencePt struct. | |
Public Attributes | |
bool | Defined |
defined | |
double | X |
x | |
double | Y |
y | |
double | Z |
Point Coordinate. |
Specifies the data for the selected reference points.
NXOpen::CAE::CorrelAlignmentBuilder::ReferencePt::ReferencePt | ( | bool | definedInitial, |
double | xInitial, | ||
double | yInitial, | ||
double | zInitial | ||
) |
Constructor for the ReferencePt struct.
definedInitial | defined |
xInitial | x |
yInitial | y |
zInitial | Point Coordinate |
Point Coordinate.