NX Open C++ Reference Guide
|
Represents a Line Width block
Created in NX8.5.0.
More...
Public Member Functions | |
bool | AllowDefaultWidth () |
Returns the AllowDefaultWidth Created in NX8.5.0. | |
bool | AllowNoChangeWidth () |
Returns the AllowNoChangeWidth. | |
bool | LabelVisibility () |
Returns the LabelVisibility Created in NX8.5.0. | |
int | LineWidthValue () |
Returns the LineWidthValue Created in NX8.5.0. | |
void | SetLabelVisibility (bool visible) |
Sets the LabelVisibility Created in NX8.5.0. | |
void | SetLineWidthValue (int widthValue) |
Sets the LineWidthValue Created in NX8.5.0. | |
bool | ShowDefaultAsOriginal () |
Returns the ShowDefaultAsOriginal. | |
![]() | |
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. | |
![]() | |
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 NX8.5.0.
bool NXOpen::BlockStyler::LineWidth::AllowDefaultWidth | ( | ) |
Returns the AllowDefaultWidth
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::LineWidth::AllowNoChangeWidth | ( | ) |
Returns the AllowNoChangeWidth.
If true, no change in width is allowed.
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::LineWidth::LabelVisibility | ( | ) |
Returns the LabelVisibility
Created in NX8.5.0.
License requirements : None
int NXOpen::BlockStyler::LineWidth::LineWidthValue | ( | ) |
Returns the LineWidthValue
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::LineWidth::SetLabelVisibility | ( | bool | visible | ) |
Sets the LabelVisibility
Created in NX8.5.0.
License requirements : None
visible | visible |
void NXOpen::BlockStyler::LineWidth::SetLineWidthValue | ( | int | widthValue | ) |
Sets the LineWidthValue
Created in NX8.5.0.
License requirements : None
widthValue | width value |
bool NXOpen::BlockStyler::LineWidth::ShowDefaultAsOriginal | ( | ) |
Returns the ShowDefaultAsOriginal.
If true, default entry is shown as original.
Created in NX8.5.0.
License requirements : None