NX Open C++ Reference Guide
|
Specifies color, font, and width for text. More...
Public Member Functions | |
TextCfw (int colorInitial, int fontInitial, NXOpen::Annotations::LineWidth widthInitial) | |
Constructor for the TextCfw struct. | |
Public Attributes | |
int | Color |
color | |
int | Font |
Character font (blockfont, etc). | |
NXOpen::Annotations::LineWidth | Width |
width | |
Specifies color, font, and width for text.
NXOpen::Annotations::TextCfw::TextCfw | ( | int | colorInitial, |
int | fontInitial, | ||
NXOpen::Annotations::LineWidth | widthInitial | ||
) |
Constructor for the TextCfw struct.
colorInitial | color |
fontInitial | Character font (blockfont, etc). The font must be a font that has been loaded into the part. The FontCollection class can be used to load fonts into the part. |
widthInitial | width |
int NXOpen::Annotations::TextCfw::Color |
color
int NXOpen::Annotations::TextCfw::Font |
Character font (blockfont, etc).
The font must be a font that has been loaded into the part. The FontCollection class can be used to load fonts into the part.
NXOpen::Annotations::LineWidth NXOpen::Annotations::TextCfw::Width |
width