NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::BulkHeads builder
To create a new instance of this class, use Features::ShipCollection::CreateBulkHeadsBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | BulkheadType { BulkheadTypeTransverse, BulkheadTypeLongitudinal } |
Represents the bulkhead type. More... | |
Public Member Functions | |
NXString | AutoBulkHeadName () |
Returns the bulkHead name. | |
bool | AutoNameToggle () |
Returns the auto name toggle. | |
NXOpen::Features::ShipDesign::BulkHeadListItemBuilderList * | BulkHeadList () |
Returns the bulkHead list. | |
NXOpen::Features::ShipDesign::BulkHeadListItemBuilder * | CreateBulkheadListItem (NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkheadType bulkheadsType) |
Create a list to generate a single bulkHead. | |
void | SetAutoBulkHeadName (const NXString &bulkHeadName) |
Sets the bulkHead name. | |
void | SetAutoNameToggle (bool autoNameToggle) |
Sets the auto name toggle. | |
void | SetType (NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkheadType type) |
Sets the bulkhead type. | |
NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkheadType | Type () |
Returns the bulkhead type. |
Represents a Features::ShipDesign::BulkHeads builder
To create a new instance of this class, use Features::ShipCollection::CreateBulkHeadsBuilder
Created in NX5.0.0.
Returns the bulkHead name.
Created in NX5.0.0.
License requirements : None
Returns the auto name toggle.
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ShipDesign::BulkHeadListItemBuilderList* NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkHeadList | ( | ) |
Returns the bulkHead list.
Created in NX5.0.0.
License requirements : None
Create a list to generate a single bulkHead.
bulkheadsType | bulkheadstype |
void NXOpen::Features::ShipDesign::BulkHeadsBuilder::SetAutoBulkHeadName | ( | const NXString & | bulkHeadName | ) |
Sets the bulkHead name.
Created in NX5.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
bulkHeadName | bulkheadname |
void NXOpen::Features::ShipDesign::BulkHeadsBuilder::SetAutoNameToggle | ( | bool | autoNameToggle | ) |
Sets the auto name toggle.
Created in NX5.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
autoNameToggle | autonametoggle |
void NXOpen::Features::ShipDesign::BulkHeadsBuilder::SetType | ( | NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkheadType | type | ) |
Sets the bulkhead type.
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")
type | type |
NXOpen::Features::ShipDesign::BulkHeadsBuilder::BulkheadType NXOpen::Features::ShipDesign::BulkHeadsBuilder::Type | ( | ) |
Returns the bulkhead type.
Created in NX8.0.0.
License requirements : None