NX Open C++ Reference Guide
|
This class is used to create or edit a Features::ShipDesign::TransverseBulkhead feature. More...
Public Types | |
enum | Types { TypesSheetBody, TypesPlanes } |
Indicates the method that is being used to define the mold face of the transverse bulkhead. More... | |
Public Member Functions | |
NXOpen::Features::ShipDesign::PlaneListBuilderList * | MoldFacePlaneList () |
Returns the list of planes defined to define the mold face. | |
NXOpen::SelectDatumPlaneList * | MoldFacePlanes () |
Returns the planes selected to define the mold face. | |
NXOpen::SelectBody * | MoldFaceSheet () |
Returns the sheet body selected to define the mold face. | |
void | SetType (NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::Types type) |
Sets the method used to define the mold face of the transverse bulkhead. | |
NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::Types | Type () |
Returns the method used to define the mold face of the transverse bulkhead. |
This class is used to create or edit a Features::ShipDesign::TransverseBulkhead feature.
To create a new instance of this class, use Features::ShipCollection::CreateTransverseBulkheadBuilder
Default values.
Property | Value |
---|---|
Offset.Value |
0 (millimeters part), 0 (inches part) |
Primary |
FwdPortToInUp |
PrimaryOnReference |
FwdPortToInUp |
Secondary1 |
FwdPortToInUp |
Secondary1OnReference |
FwdPortToInUp |
Secondary2 |
FwdPortToInUp |
Secondary2OnReference |
FwdPortToInUp |
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PlaneListBuilderList* NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::MoldFacePlaneList | ( | ) |
Returns the list of planes defined to define the mold face.
Each plane defined will create a transverse bulkhead. Only used when type is Features::ShipDesign::TransverseBulkheadBuilder::TypesPlanes .
Created in NX8.0.0.
License requirements : None
NXOpen::SelectDatumPlaneList* NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::MoldFacePlanes | ( | ) |
Returns the planes selected to define the mold face.
Each plane selected will create a transverse bulkhead. When editing a transverse bulkhead, only a single plane can be selected. Only used when type is Features::ShipDesign::TransverseBulkheadBuilder::TypesPlanes .
Created in NX8.0.0.
License requirements : None
Returns the sheet body selected to define the mold face.
Only used when type is Features::ShipDesign::TransverseBulkheadBuilder::TypesSheetBody .
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::SetType | ( | NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::Types | type | ) |
Sets the method used to define the mold face of the transverse bulkhead.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::Types NXOpen::Features::ShipDesign::TransverseBulkheadBuilder::Type | ( | ) |
Returns the method used to define the mold face of the transverse bulkhead.
Created in NX8.0.0.
License requirements : None