|
NX Open C++ Reference Guide
|
Represents two-dimensional cartesian coordinates for a point
Created in NX6.0.0.
More...
Public Member Functions | |
| Point2d (double xInitial, double yInitial) | |
| Constructor for the Point2d struct. | |
Public Attributes | |
| double | X |
| x | |
| double | Y |
| y | |
Represents two-dimensional cartesian coordinates for a point
Created in NX6.0.0.
| NXOpen::Point2d::Point2d | ( | double | xInitial, |
| double | yInitial | ||
| ) |
Constructor for the Point2d struct.
| xInitial | x |
| yInitial | y |
| double NXOpen::Point2d::X |
x
| double NXOpen::Point2d::Y |
y