NX Open C++ Reference Guide
|
This class is used to define a pair of planes in a list. More...
Public Member Functions | |
NXOpen::Plane * | Plane1 () |
Returns the first plane in the plane pair list element. | |
NXOpen::Plane * | Plane2 () |
Returns the second plane in the plane pair list element. | |
void | SetPlane1 (NXOpen::Plane *plane1) |
Sets the first plane in the plane pair list element. | |
void | SetPlane2 (NXOpen::Plane *plane2) |
Sets the second plane in the plane pair list element. |
This class is used to define a pair of planes in a list.
Created in NX8.0.0.
Returns the first plane in the plane pair list element.
Created in NX8.0.0.
License requirements : None
Returns the second plane in the plane pair list element.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PlanePairBuilder::SetPlane1 | ( | NXOpen::Plane * | plane1 | ) |
Sets the first plane in the plane pair list element.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
plane1 | plane1 |
void NXOpen::Features::ShipDesign::PlanePairBuilder::SetPlane2 | ( | NXOpen::Plane * | plane2 | ) |
Sets the second plane in the plane pair list element.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
plane2 | plane2 |