NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::Decks builder. More...
Public Member Functions | |
NXString | AutoDeckName () |
Returns the deck name. | |
bool | AutoNameToggle () |
Returns the auto name toggle Created in NX5.0.0. | |
NXOpen::Features::ShipDesign::DeckListItemBuilder * | CreateDeckListItemBuilder () |
Creates a Features::ShipDesign::DeckListItemBuilder . | |
NXOpen::Features::ShipDesign::DeckListItemBuilderList * | DeckList () |
Returns the list of Features::ShipDesign::DeckListItemBuilder defining the decks parameters. | |
void | SetAutoDeckName (const NXString &deckName) |
Sets the deck name. | |
void | SetAutoNameToggle (bool autoNameToggle) |
Sets the auto name toggle Created in NX5.0.0. |
Represents a Features::ShipDesign::Decks builder.
To create a new instance of this class, use Features::ShipCollection::CreateDecksBuilder
Created in NX5.0.0.
Returns the deck 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::DeckListItemBuilder* NXOpen::Features::ShipDesign::DecksBuilder::CreateDeckListItemBuilder | ( | ) |
Creates a Features::ShipDesign::DeckListItemBuilder .
NXOpen::Features::ShipDesign::DeckListItemBuilderList* NXOpen::Features::ShipDesign::DecksBuilder::DeckList | ( | ) |
Returns the list of Features::ShipDesign::DeckListItemBuilder defining the decks parameters.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::DecksBuilder::SetAutoDeckName | ( | const NXString & | deckName | ) |
Sets the deck 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")
deckName | deckname |
void NXOpen::Features::ShipDesign::DecksBuilder::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 |