NX Open C++ Reference Guide
|
Represents the Shipbuilding LINES tab on the View Style Dialog (Drawings.ViewStyleShipbuildingLinesBuilder)
To create a new instance of this class, use Drawings::DraftingViewCollection::CreateShipbuildingLineBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::NXColor * | HiddenColor () |
Returns the hidden line color on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
NXOpen::Preferences::Font | HiddenFont () |
Returns the hidden line font on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
NXOpen::Preferences::Width | HiddenWidth () |
Returns the hidden line width on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetHiddenColor (NXOpen::NXColor *color) |
Sets the hidden line color on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetHiddenFont (NXOpen::Preferences::Font font) |
Sets the hidden line font on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetHiddenWidth (NXOpen::Preferences::Width width) |
Sets the hidden line width on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetSingleLineRepresentation (bool singleLineToggle) |
Sets the Shipbuilding line toggle on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetVisibleColor (NXOpen::NXColor *color) |
Sets the visible line color on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetVisibleFont (NXOpen::Preferences::Font font) |
Sets the visible line font on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
void | SetVisibleWidth (NXOpen::Preferences::Width width) |
Sets the visible line width on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
bool | SingleLineRepresentation () |
Returns the Shipbuilding line toggle on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::NXColor * | VisibleColor () |
Returns the visible line color on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
NXOpen::Preferences::Font | VisibleFont () |
Returns the visible line font on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
NXOpen::Preferences::Width | VisibleWidth () |
Returns the visible line width on the SHIPBUILDING LINES tab of the View Style Dialog Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the Shipbuilding LINES tab on the View Style Dialog (Drawings.ViewStyleShipbuildingLinesBuilder)
To create a new instance of this class, use Drawings::DraftingViewCollection::CreateShipbuildingLineBuilder
Created in NX8.0.0.
NXOpen::NXColor* NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::HiddenColor | ( | ) |
Returns the hidden line color on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::Font NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::HiddenFont | ( | ) |
Returns the hidden line font on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::HiddenWidth | ( | ) |
Returns the hidden line width on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetHiddenColor | ( | NXOpen::NXColor * | color | ) |
Sets the hidden line color on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
color | Sets a new hidden line color on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetHiddenFont | ( | NXOpen::Preferences::Font | font | ) |
Sets the hidden line font on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
font | Sets a new hidden line font on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetHiddenWidth | ( | NXOpen::Preferences::Width | width | ) |
Sets the hidden line width on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
width | Sets a new hidden line width on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetSingleLineRepresentation | ( | bool | singleLineToggle | ) |
Sets the Shipbuilding line toggle on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
singleLineToggle | Sets a new single line toggle value for the feature on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetVisibleColor | ( | NXOpen::NXColor * | color | ) |
Sets the visible line color on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
color | Sets a new visible line color on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetVisibleFont | ( | NXOpen::Preferences::Font | font | ) |
Sets the visible line font on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
font | Sets a new visible line font on the shipbuilding line sub-builder |
void NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SetVisibleWidth | ( | NXOpen::Preferences::Width | width | ) |
Sets the visible line width on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
width | Sets a new visible line width on the shipbuilding line sub-builder |
bool NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::SingleLineRepresentation | ( | ) |
Returns the Shipbuilding line toggle on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::NXColor* NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::VisibleColor | ( | ) |
Returns the visible line color on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::Font NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::VisibleFont | ( | ) |
Returns the visible line font on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Drawings::ViewStyleShipbuildingLinesBuilder::VisibleWidth | ( | ) |
Returns the visible line width on the SHIPBUILDING LINES tab of the View Style Dialog
Created in NX8.0.0.
License requirements : None