NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::ShipDesignPreferencesBuilder which is used to change default object display settings for ship structures. More...
Represents a Features::ShipDesign::ShipDesignPreferencesBuilder which is used to change default object display settings for ship structures.
To create a new instance of this class, use Features::ShipCollection::CreateShipDesignPreferencesBuilder
Default values.
Property | Value |
---|---|
ColorOption |
Default |
0 |
Created in NX8.0.0.
This enum represents the ship structure types.
TypesHull |
Hull type. |
TypesDeck |
Deck type. |
TypesTransverseBulkhead |
Transverse Bulkhead type. |
TypesLongitudinalBulkhead |
Longitudinal Bulkhead type. |
TypesGenericPlateSystem |
Generic Plate System type. |
TypesStiffenerSystem |
Stiffener System type. |
TypesEdgeReinforcementSystem |
Edge Reinforcement System type. |
TypesPillarSystem |
Pillar System type. |
TypesScantlingSeam |
Scantling Seam type. |
TypesErectionSeam |
Erection Seam type. |
TypesStrakingSeam |
Straking Seam type. |
TypesIntersectionSeam |
Intersection Seam type. |
Returns the color
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::ColorType NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::ColorOption | ( | ) |
Returns the color option
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::PartObject::LineFontType NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::Font | ( | ) |
Returns the font
Created in NX8.0.0.
License requirements : None
Returns the layer
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the color
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
color | color |
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetColorOption | ( | NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::ColorType | colorOption | ) |
Sets the color option
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
colorOption | coloroption |
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetFont | ( | NXOpen::Preferences::PartObject::LineFontType | font | ) |
Sets the font
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
font | font |
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetLayer | ( | int | layer | ) |
Sets the layer
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
layer | layer |
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetType | ( | NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::Types | type | ) |
Sets the ship structure type
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
void NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::SetWidth | ( | NXOpen::Preferences::PartObject::WidthType | width | ) |
Sets the width
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
width | width |
NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::Types NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::Type | ( | ) |
Returns the ship structure type
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::PartObject::WidthType NXOpen::Features::ShipDesign::ShipDesignPreferencesBuilder::Width | ( | ) |
Returns the width
Created in NX8.0.0.
License requirements : None