NX Open C++ Reference Guide
|
This class is used to provide the capability to reverse the split interaction between ship structures. More...
Public Member Functions | |
void | ReplaceSplittingShipStructure (NXOpen::NXObject *splittingShipStructure) |
Replaces the splitting ship structure with the input ship structure. | |
NXOpen::SelectNXObjectList * | SplitShipStructure () |
Returns the ship structure that is being split by the splitting ship structure and whose split behavior is to be reversed. | |
NXOpen::SelectNXObject * | SplittingShipStructure () |
Returns the ship structure that is splitting other ship structure. |
This class is used to provide the capability to reverse the split interaction between ship structures.
When committed those structures that are split by the splitting structure will now split the splitting structure.
To create a new instance of this class, use Features::ShipCollection::CreateReverseSplitBuilder
Created in NX8.0.0.
void NXOpen::Features::ShipDesign::ReverseSplitBuilder::ReplaceSplittingShipStructure | ( | NXOpen::NXObject * | splittingShipStructure | ) |
Replaces the splitting ship structure with the input ship structure.
SplitShipStructure is also set to the ship structure that is being split by this ship structure.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
splittingShipStructure | Ship structure that is splitting other ship structure. |
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::ReverseSplitBuilder::SplitShipStructure | ( | ) |
Returns the ship structure that is being split by the splitting ship structure and whose split behavior is to be reversed.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Features::ShipDesign::ReverseSplitBuilder::SplittingShipStructure | ( | ) |
Returns the ship structure that is splitting other ship structure.
Created in NX8.0.0.
License requirements : None