NX Open C++ Reference Guide
|
This class is used to create or edit the information shared between all the Basic Design profile system features in the Ship Design application. More...
Public Member Functions | |
NXOpen::SelectNXObjectList * | Boundary1 () |
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the first end of the generated profile system. | |
NXOpen::Plane * | Boundary1Plane () |
Returns the defined plane that will be used to trim the first end of the generated profile system. | |
NXOpen::SelectNXObjectList * | Boundary2 () |
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the second end of the generated profile system. | |
NXOpen::Plane * | Boundary2Plane () |
Returns the defined plane that will be used to trim the second end of the generated profile system. | |
bool | BoundaryReverse () |
Returns the indication if the side of a single boundary should be changed to the other side or not. | |
void | SetBoundary1Plane (NXOpen::Plane *boundary1Plane) |
Sets the defined plane that will be used to trim the first end of the generated profile system. | |
void | SetBoundary2Plane (NXOpen::Plane *boundary2Plane) |
Sets the defined plane that will be used to trim the second end of the generated profile system. | |
void | SetBoundaryReverse (bool boundaryReverse) |
Sets the indication if the side of a single boundary should be changed to the other side or not. |
This class is used to create or edit the information shared between all the Basic Design profile system features in the Ship Design application.
Currently this includes the following features: Features::ShipDesign::StiffenerSystem , Features::ShipDesign::PillarSystem , and Features::ShipDesign::EdgeReinforcement .
To create a new instance of this class, use Features::ShipCollection::CreateProfileSystemBuilder
Created in NX8.0.0.
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the first end of the generated profile system.
Only one sheet body or one plane can be input.
Created in NX8.0.0.
License requirements : None
Returns the defined plane that will be used to trim the first end of the generated profile system.
Created in NX8.0.0.
License requirements : None
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the second end of the generated profile system.
Only one sheet body or one plane can be input.
Created in NX8.0.0.
License requirements : None
Returns the defined plane that will be used to trim the second end of the generated profile system.
Created in NX8.0.0.
License requirements : None
Returns the indication if the side of a single boundary should be changed to the other side or not.
By default the side that is on the same side as the sheet body or plane normal is chosen.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::ProfileSystemBuilder::SetBoundary1Plane | ( | NXOpen::Plane * | boundary1Plane | ) |
Sets the defined plane that will be used to trim the first end of the generated profile system.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
boundary1Plane | boundary1plane |
void NXOpen::Features::ShipDesign::ProfileSystemBuilder::SetBoundary2Plane | ( | NXOpen::Plane * | boundary2Plane | ) |
Sets the defined plane that will be used to trim the second end of the generated profile system.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
boundary2Plane | boundary2plane |
void NXOpen::Features::ShipDesign::ProfileSystemBuilder::SetBoundaryReverse | ( | bool | boundaryReverse | ) |
Sets the indication if the side of a single boundary should be changed to the other side or not.
By default the side that is on the same side as the sheet body or plane normal is chosen.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
boundaryReverse | boundaryreverse |