NX Open C++ Reference Guide
|
Represents a EditSymbolPieces builder
To create a new instance of this class, use Annotations::CustomSymbolCollection::EditSymbolDisplayBuilder
Default values.
More...
Public Types | |
enum | FontTypes { FontTypesSolid, FontTypesDashed, FontTypesPhantom, FontTypesCenterline, FontTypesDotted, FontTypesLongDashed, FontTypesDottedDashed } |
The Enum represent font types. More... | |
enum | WidthTypes { WidthTypesThin, WidthTypesNormal, WidthTypesThick } |
The Enum represent width types Annotations::EditSymbolDisplayBuilder::Width and Annotations::EditSymbolDisplayBuilder::SetWidth will set this width type at builder side and will be used to apply the same on the selected contents after commit. More... | |
Public Member Functions | |
void | ApplyCfw () |
Apply color font width Created in NX8.0.0. | |
void | ApplyStyle () |
Apply text preferences Created in NX7.5.0. | |
NXOpen::NXColor * | Color () |
Returns the color picker Created in NX7.5.0. | |
NXOpen::Annotations::EditSymbolDisplayBuilder::FontTypes | Font () |
Returns the enum font Created in NX7.5.0. | |
void | SelectComponent (const NXString &sid) |
Stores index of the custom symbol component for editing display Created in NX7.5.0. | |
void | SetColor (NXOpen::NXColor *colorPicker) |
Sets the color picker Created in NX7.5.0. | |
void | SetFont (NXOpen::Annotations::EditSymbolDisplayBuilder::FontTypes enumFont) |
Sets the enum font Created in NX7.5.0. | |
void | SetWidth (NXOpen::Annotations::EditSymbolDisplayBuilder::WidthTypes enumWidth) |
Sets the enum width Created in NX7.5.0. | |
NXOpen::Annotations::StyleBuilder * | Style () |
Returns the style Created in NX7.5.0. | |
NXOpen::Annotations::EditSymbolDisplayBuilder::WidthTypes | Width () |
Returns the enum width Created in NX7.5.0. |
Represents a EditSymbolPieces builder
To create a new instance of this class, use Annotations::CustomSymbolCollection::EditSymbolDisplayBuilder
Default values.
Property | Value |
---|---|
Font |
Solid |
Width |
Thin |
Created in NX7.5.0.
The Enum represent font types.
Annotations::EditSymbolDisplayBuilder::Font and Annotations::EditSymbolDisplayBuilder::SetFont will set this font type at builder side and will be used to apply the same on the selected contents after commit
The Enum represent width types Annotations::EditSymbolDisplayBuilder::Width and Annotations::EditSymbolDisplayBuilder::SetWidth will set this width type at builder side and will be used to apply the same on the selected contents after commit.
Apply color font width
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
Apply text preferences
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
Returns the color picker
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::EditSymbolDisplayBuilder::FontTypes NXOpen::Annotations::EditSymbolDisplayBuilder::Font | ( | ) |
Returns the enum font
Created in NX7.5.0.
License requirements : None
void NXOpen::Annotations::EditSymbolDisplayBuilder::SelectComponent | ( | const NXString & | sid | ) |
Stores index of the custom symbol component for editing display
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
sid | sid of selected component NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Annotations::EditSymbolDisplayBuilder::SetColor | ( | NXOpen::NXColor * | colorPicker | ) |
Sets the color picker
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
colorPicker | colorpicker |
void NXOpen::Annotations::EditSymbolDisplayBuilder::SetFont | ( | NXOpen::Annotations::EditSymbolDisplayBuilder::FontTypes | enumFont | ) |
Sets the enum font
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
enumFont | enumfont |
void NXOpen::Annotations::EditSymbolDisplayBuilder::SetWidth | ( | NXOpen::Annotations::EditSymbolDisplayBuilder::WidthTypes | enumWidth | ) |
Sets the enum width
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
enumWidth | enumwidth |
Returns the style
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::EditSymbolDisplayBuilder::WidthTypes NXOpen::Annotations::EditSymbolDisplayBuilder::Width | ( | ) |
Returns the enum width
Created in NX7.5.0.
License requirements : None