NX Open C++ Reference Guide
|
This class is used to place a plane into a list. More...
Public Member Functions | |
NXOpen::Plane * | Plane () |
Returns the plane defined. | |
void | SetPlane (NXOpen::Plane *plane1) |
Sets the plane defined. | |
void | SetValid (bool valid) |
Sets the indication if the defined plane is valid or not. | |
bool | Valid () |
Returns the indication if the defined plane is valid or not. |
This class is used to place a plane into a list.
To create a new instance of this class, use Features::ShipDesign::FeatureParmsBuilder::CreatePlaneForList
Created in NX8.0.0.
Returns the plane defined.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PlaneListBuilder::SetPlane | ( | NXOpen::Plane * | plane1 | ) |
Sets the plane defined.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
plane1 | plane1 |
void NXOpen::Features::ShipDesign::PlaneListBuilder::SetValid | ( | bool | valid | ) |
Sets the indication if the defined plane is valid or not.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
valid | valid |
Returns the indication if the defined plane is valid or not.
Created in NX8.0.0.
License requirements : None