NX Open C++ Reference Guide
|
Annotation box display settings. More...
Public Member Functions | |
AnnotationBox (NXColor *lineColorInitial, NXColor *areaColorInitial, bool showBorderInitial, bool fillAreaInitial, bool areaTranslucencyInitial) | |
Constructor for the AnnotationBox struct. | |
Public Attributes | |
NXColor * | AreaColor |
area color | |
bool | AreaTranslucency |
area translucency | |
bool | FillArea |
fill area | |
NXColor * | LineColor |
line color | |
bool | ShowBorder |
show border |
Annotation box display settings.
NXOpen::CAE::Post::AnnotationBox::AnnotationBox | ( | NXColor * | lineColorInitial, |
NXColor * | areaColorInitial, | ||
bool | showBorderInitial, | ||
bool | fillAreaInitial, | ||
bool | areaTranslucencyInitial | ||
) |
Constructor for the AnnotationBox struct.
lineColorInitial | line color |
areaColorInitial | area color |
showBorderInitial | show border |
fillAreaInitial | fill area |
areaTranslucencyInitial | area translucency |
area color
area translucency
fill area
line color
show border