|
NX Open C++ Reference Guide
|
Represents a Line Width block
Created in NX9.0.0.
More...
Public Member Functions | |
| std::vector< int > | GetColorValue () |
| Gets line color values. | |
| NXString | HideSubBlocksAsString () |
| Returns the hide sub block. | |
| NXString | LayoutAsString () |
| Returns the layout. | |
| int | LineFontAvailableOptions () |
| Returns the Line Font Available Options Created in NX9.0.0. | |
| NXString | LineFontValueAsString () |
| Returns the Line Font Value. | |
| bool | LineWidthShowDefault () |
| Returns the Line width Show Default Created in NX9.0.0. | |
| bool | LineWidthShowDefaultAsOriginal () |
| Returns the Line Width Show Default as Original Created in NX9.0.0. | |
| bool | LineWidthShowNoChange () |
| Returns the Line Width Show No Change Created in NX9.0.0. | |
| bool | LineWidthUseWideLines () |
| Returns the Line Width Use Wide Lines Created in NX9.0.0. | |
| void | SetColorValue (const std::vector< int > &colorValueVector) |
| Sets line color values Created in NX9.0.0. | |
| void | SetHideSubBlocksAsString (const NXString &hideSubBlocksString) |
| Sets the hide sub block. | |
| void | SetHideSubBlocksAsString (const char *hideSubBlocksString) |
| Sets the hide sub block. | |
| void | SetLayoutAsString (const NXString &layoutString) |
| Sets the layout. | |
| void | SetLayoutAsString (const char *layoutString) |
| Sets the layout. | |
| void | SetLineFontAvailableOptions (int lineFontAvailableOptions) |
| Sets the Line Font Available Options Created in NX9.0.0. | |
| void | SetLineFontValueAsString (const NXString &fontValueString) |
| Sets the Line Font Value. | |
| void | SetLineFontValueAsString (const char *fontValueString) |
| Sets the Line Font Value. | |
| void | SetLineWidthShowDefault (bool lineWidthShowDefault) |
| Sets the Line width Show Default Created in NX9.0.0. | |
| void | SetLineWidthShowDefaultAsOriginal (bool lineWidthShowDefaultAsOriginal) |
| Sets the Line Width Show Default as Original Created in NX9.0.0. | |
| void | SetLineWidthShowNoChange (bool lineWidthShowNoChange) |
| Sets the Line Width Show No Change Created in NX9.0.0. | |
| void | SetLineWidthUseWideLines (bool lineWidthUseWideLines) |
| Sets the Line Width Use Wide Lines Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::BlockStyler::UIBlock | |
| bool | Enable () |
| Returns the Enable. | |
| bool | Expanded () |
| Returns the Expanded Created in NX8.5.0. | |
| void | Focus () |
| Focuses on the block. | |
| NXOpen::BlockStyler::PropertyList * | GetProperties () |
| Returns the properties of the block. | |
| bool | Group () |
| Returns the Group Created in NX8.5.0. | |
| NXString | Label () |
| Returns the Label Created in NX8.5.0. | |
| NXString | Name () |
| Returns the name of the block or BlockID Created in NX6.0.0. | |
| void | SetEnable (bool enable) |
| Sets the Enable. | |
| void | SetExpanded (bool expanded) |
| Sets the Expanded Created in NX8.5.0. | |
| void | SetGroup (bool group) |
| Sets the Group Created in NX8.5.0. | |
| void | SetLabel (const NXString &label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetLabel (const char *label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetShow (bool show) |
| Sets the Visibility of block. | |
| bool | Show () |
| Returns the Visibility of block. | |
| NXString | Type () |
| Returns the type of block Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Line Width block
Created in NX9.0.0.
| std::vector<int> NXOpen::BlockStyler::LineColorFontWidth::GetColorValue | ( | ) |
Gets line color values.
| NXString NXOpen::BlockStyler::LineColorFontWidth::HideSubBlocksAsString | ( | ) |
Returns the hide sub block.
Created in NX9.0.0.
License requirements : None
| NXString NXOpen::BlockStyler::LineColorFontWidth::LayoutAsString | ( | ) |
Returns the layout.
Created in NX9.0.0.
License requirements : None
| int NXOpen::BlockStyler::LineColorFontWidth::LineFontAvailableOptions | ( | ) |
| NXString NXOpen::BlockStyler::LineColorFontWidth::LineFontValueAsString | ( | ) |
Returns the Line Font Value.
Created in NX9.0.0.
License requirements : None
| bool NXOpen::BlockStyler::LineColorFontWidth::LineWidthShowDefault | ( | ) |
Returns the Line width Show Default
Created in NX9.0.0.
License requirements : None
| bool NXOpen::BlockStyler::LineColorFontWidth::LineWidthShowDefaultAsOriginal | ( | ) |
Returns the Line Width Show Default as Original
Created in NX9.0.0.
License requirements : None
| bool NXOpen::BlockStyler::LineColorFontWidth::LineWidthShowNoChange | ( | ) |
Returns the Line Width Show No Change
Created in NX9.0.0.
License requirements : None
| bool NXOpen::BlockStyler::LineColorFontWidth::LineWidthUseWideLines | ( | ) |
Returns the Line Width Use Wide Lines
Created in NX9.0.0.
License requirements : None
| void NXOpen::BlockStyler::LineColorFontWidth::SetColorValue | ( | const std::vector< int > & | colorValueVector | ) |
Sets line color values
Created in NX9.0.0.
License requirements : None
| colorValueVector | color values to set for the property. |
| void NXOpen::BlockStyler::LineColorFontWidth::SetHideSubBlocksAsString | ( | const NXString & | hideSubBlocksString | ) |
Sets the hide sub block.
Created in NX9.0.0.
License requirements : None
| hideSubBlocksString | hidesubblocksstring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetHideSubBlocksAsString | ( | const char * | hideSubBlocksString | ) |
Sets the hide sub block.
Created in NX9.0.0.
License requirements : None
| hideSubBlocksString | hidesubblocksstring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLayoutAsString | ( | const NXString & | layoutString | ) |
Sets the layout.
Created in NX9.0.0.
License requirements : None
| layoutString | layoutstring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLayoutAsString | ( | const char * | layoutString | ) |
Sets the layout.
Created in NX9.0.0.
License requirements : None
| layoutString | layoutstring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineFontAvailableOptions | ( | int | lineFontAvailableOptions | ) |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineFontValueAsString | ( | const NXString & | fontValueString | ) |
Sets the Line Font Value.
Created in NX9.0.0.
License requirements : None
| fontValueString | fontvaluestring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineFontValueAsString | ( | const char * | fontValueString | ) |
Sets the Line Font Value.
Created in NX9.0.0.
License requirements : None
| fontValueString | fontvaluestring |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineWidthShowDefault | ( | bool | lineWidthShowDefault | ) |
Sets the Line width Show Default
Created in NX9.0.0.
License requirements : None
| lineWidthShowDefault | linewidthshowdefault |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineWidthShowDefaultAsOriginal | ( | bool | lineWidthShowDefaultAsOriginal | ) |
Sets the Line Width Show Default as Original
Created in NX9.0.0.
License requirements : None
| lineWidthShowDefaultAsOriginal | linewidthshowdefaultasoriginal |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineWidthShowNoChange | ( | bool | lineWidthShowNoChange | ) |
Sets the Line Width Show No Change
Created in NX9.0.0.
License requirements : None
| lineWidthShowNoChange | linewidthshownochange |
| void NXOpen::BlockStyler::LineColorFontWidth::SetLineWidthUseWideLines | ( | bool | lineWidthUseWideLines | ) |
Sets the Line Width Use Wide Lines
Created in NX9.0.0.
License requirements : None
| lineWidthUseWideLines | linewidthusewidelines |