NX Open C++ Reference Guide
|
This class is used to define a pair of points in a list. More...
Public Member Functions | |
NXOpen::Point * | Point1 () |
Returns the first point in the point pair list element. | |
NXOpen::Point * | Point2 () |
Returns the second point in the point pair list element. | |
void | SetPoint1 (NXOpen::Point *point1) |
Sets the first point in the point pair list element. | |
void | SetPoint2 (NXOpen::Point *point2) |
Sets the second point in the point pair list element. |
This class is used to define a pair of points in a list.
Created in NX8.0.0.
Returns the first point in the point pair list element.
Created in NX8.0.0.
License requirements : None
Returns the second point in the point pair list element.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PointPairBuilder::SetPoint1 | ( | NXOpen::Point * | point1 | ) |
Sets the first point in the point pair list element.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
point1 | point1 |
void NXOpen::Features::ShipDesign::PointPairBuilder::SetPoint2 | ( | NXOpen::Point * | point2 | ) |
Sets the second point in the point pair list element.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
point2 | point2 |