|
NX Open C++ Reference Guide
|
Represents a Line Width block
Created in NX9.0.0.
More...
Public Member Functions | |
| int | AvailableOptions () |
| Returns the Available Options Created in NX9.0.0. | |
| void | SetAvailableOptions (int availableOptions) |
| Sets the Available Options Created in NX9.0.0. | |
| void | SetShowOptionLabels (bool showOptionLabels) |
| Sets the show option labels Created in NX9.0.0. | |
| void | SetValueAsString (const NXString &fontValueString) |
| Sets the value Created in NX9.0.0. | |
| void | SetValueAsString (const char *fontValueString) |
| Sets the value Created in NX9.0.0. | |
| bool | ShowOptionLabels () |
| Returns the show option labels Created in NX9.0.0. | |
| NXString | ValueAsString () |
| Returns the value 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.
| int NXOpen::BlockStyler::LineFont::AvailableOptions | ( | ) |
Returns the Available Options
Created in NX9.0.0.
License requirements : None
| void NXOpen::BlockStyler::LineFont::SetAvailableOptions | ( | int | availableOptions | ) |
Sets the Available Options
Created in NX9.0.0.
License requirements : None
| availableOptions | availableoptions |
| void NXOpen::BlockStyler::LineFont::SetShowOptionLabels | ( | bool | showOptionLabels | ) |
Sets the show option labels
Created in NX9.0.0.
License requirements : None
| showOptionLabels | showoptionlabels |
| void NXOpen::BlockStyler::LineFont::SetValueAsString | ( | const NXString & | fontValueString | ) |
Sets the value
Created in NX9.0.0.
License requirements : None
| fontValueString | fontvaluestring |
| void NXOpen::BlockStyler::LineFont::SetValueAsString | ( | const char * | fontValueString | ) |
Sets the value
Created in NX9.0.0.
License requirements : None
| fontValueString | fontvaluestring |
| bool NXOpen::BlockStyler::LineFont::ShowOptionLabels | ( | ) |
Returns the show option labels
Created in NX9.0.0.
License requirements : None
| NXString NXOpen::BlockStyler::LineFont::ValueAsString | ( | ) |
Returns the value
Created in NX9.0.0.
License requirements : None