NX Open C++ Reference Guide
|
Represents a DeckListItemBuilder. More...
Public Types | |
enum | DatumDir { DatumDirPlus, DatumDirMinus, DatumDirNeutral } |
Represents the thickening direction. More... | |
Public Member Functions | |
NXOpen::Expression * | DeckCoord () |
Returns the expression containing the zCoord of Deck. | |
NXString | DeckName () |
Returns the deck name. | |
NXOpen::Features::ShipDesign::DeckListItemBuilder::DatumDir | NormalDir () |
Returns the normal dir. | |
void | SetDeckName (const NXString &deckName) |
Sets the deck name. | |
void | SetNormalDir (NXOpen::Features::ShipDesign::DeckListItemBuilder::DatumDir normalDir) |
Sets the normal dir. |
Represents a DeckListItemBuilder.
The builder is used when creating/editing a Features::ShipDesign::Decks feature.
Created in NX5.0.0.
Returns the expression containing the zCoord of Deck.
Created in NX8.0.0.
License requirements : None
Returns the deck name.
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ShipDesign::DeckListItemBuilder::DatumDir NXOpen::Features::ShipDesign::DeckListItemBuilder::NormalDir | ( | ) |
Returns the normal dir.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::DeckListItemBuilder::SetDeckName | ( | 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::DeckListItemBuilder::SetNormalDir | ( | NXOpen::Features::ShipDesign::DeckListItemBuilder::DatumDir | normalDir | ) |
Sets the normal dir.
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")
normalDir | normaldir |