NX Open C++ Reference Guide
|
Represents a Line Width block
Created in NX9.0.0.
More...
Public Member Functions | |
NXString | AvailableFontTypesAsString () |
Returns the available font types. | |
NXString | FontValue () |
Returns the font value Created in NX9.0.0. | |
std::vector< int > | GetColorValue () |
Gets text color values. | |
NXString | LayoutAsString () |
Returns the layout. | |
void | SetAvailableFontTypesAsString (const NXString &availableFontTypes) |
Sets the available font types. | |
void | SetAvailableFontTypesAsString (const char *availableFontTypes) |
Sets the available font types. | |
void | SetColorValue (const std::vector< int > &colorValueVector) |
Sets text color values Created in NX9.0.0. | |
void | SetFontValue (const NXString &fontValue) |
Sets the font value Created in NX9.0.0. | |
void | SetFontValue (const char *fontValue) |
Sets the font value Created in NX9.0.0. | |
void | SetLayoutAsString (const NXString &layoutString) |
Sets the layout. | |
void | SetLayoutAsString (const char *layoutString) |
Sets the layout. | |
void | SetWidthValueAsString (const NXString &widthValueString) |
Sets the width value. | |
void | SetWidthValueAsString (const char *widthValueString) |
Sets the width value. | |
NXString | WidthValueAsString () |
Returns the width value. | |
![]() | |
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 NX9.0.0.
NXString NXOpen::BlockStyler::TextColorFontWidth::AvailableFontTypesAsString | ( | ) |
Returns the available font types.
Created in NX9.0.0.
License requirements : None
NXString NXOpen::BlockStyler::TextColorFontWidth::FontValue | ( | ) |
Returns the font value
Created in NX9.0.0.
License requirements : None
std::vector<int> NXOpen::BlockStyler::TextColorFontWidth::GetColorValue | ( | ) |
Gets text color values.
NXString NXOpen::BlockStyler::TextColorFontWidth::LayoutAsString | ( | ) |
Returns the layout.
Created in NX9.0.0.
License requirements : None
void NXOpen::BlockStyler::TextColorFontWidth::SetAvailableFontTypesAsString | ( | const NXString & | availableFontTypes | ) |
Sets the available font types.
Created in NX9.0.0.
License requirements : None
availableFontTypes | availablefonttypes |
void NXOpen::BlockStyler::TextColorFontWidth::SetAvailableFontTypesAsString | ( | const char * | availableFontTypes | ) |
Sets the available font types.
Created in NX9.0.0.
License requirements : None
availableFontTypes | availablefonttypes |
void NXOpen::BlockStyler::TextColorFontWidth::SetColorValue | ( | const std::vector< int > & | colorValueVector | ) |
Sets text color values
Created in NX9.0.0.
License requirements : None
colorValueVector | color values to set for the property. |
void NXOpen::BlockStyler::TextColorFontWidth::SetFontValue | ( | const NXString & | fontValue | ) |
Sets the font value
Created in NX9.0.0.
License requirements : None
fontValue | fontvalue |
void NXOpen::BlockStyler::TextColorFontWidth::SetFontValue | ( | const char * | fontValue | ) |
Sets the font value
Created in NX9.0.0.
License requirements : None
fontValue | fontvalue |
void NXOpen::BlockStyler::TextColorFontWidth::SetLayoutAsString | ( | const NXString & | layoutString | ) |
Sets the layout.
Created in NX9.0.0.
License requirements : None
layoutString | layoutstring |
void NXOpen::BlockStyler::TextColorFontWidth::SetLayoutAsString | ( | const char * | layoutString | ) |
Sets the layout.
Created in NX9.0.0.
License requirements : None
layoutString | layoutstring |
void NXOpen::BlockStyler::TextColorFontWidth::SetWidthValueAsString | ( | const NXString & | widthValueString | ) |
Sets the width value.
Created in NX9.0.0.
License requirements : None
widthValueString | widthvaluestring |
void NXOpen::BlockStyler::TextColorFontWidth::SetWidthValueAsString | ( | const char * | widthValueString | ) |
Sets the width value.
Created in NX9.0.0.
License requirements : None
widthValueString | widthvaluestring |
NXString NXOpen::BlockStyler::TextColorFontWidth::WidthValueAsString | ( | ) |
Returns the width value.
Created in NX9.0.0.
License requirements : None