NX Open C++ Reference Guide
|
Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers. More...
Public Member Functions | |
LayersOptions (const NXOpen::NXColor::Rgb &rgbInitial, NXOpen::Preferences::PartVisualizationEmphasis::EdgesType edgesInitial, const NXOpen::NXColor::Rgb &edgesRgbInitial, int translucencyInitial) | |
Constructor for the LayersOptions struct. | |
Public Attributes | |
NXOpen::Preferences::PartVisualizationEmphasis::EdgesType | Edges |
whether or not edges are displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers. | |
NXOpen::NXColor::Rgb | EdgesRgb |
the color of edges displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers. | |
NXOpen::NXColor::Rgb | Rgb |
the color of de-emphasized shaded geometry when the See-Thru style is set to Layers. | |
int | Translucency |
the translucency of de-emphasized shaded geometry when the See-Thru style is set to Layers. | |
Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
NXOpen::Preferences::PartVisualizationEmphasis::LayersOptions::LayersOptions | ( | const NXOpen::NXColor::Rgb & | rgbInitial, |
NXOpen::Preferences::PartVisualizationEmphasis::EdgesType | edgesInitial, | ||
const NXOpen::NXColor::Rgb & | edgesRgbInitial, | ||
int | translucencyInitial | ||
) |
Constructor for the LayersOptions struct.
rgbInitial | the color of de-emphasized shaded geometry when the See-Thru style is set to Layers. |
edgesInitial | whether or not edges are displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers. |
edgesRgbInitial | the color of edges displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers. |
translucencyInitial | the translucency of de-emphasized shaded geometry when the See-Thru style is set to Layers. It is a percentage value between 30 and 100. |
NXOpen::Preferences::PartVisualizationEmphasis::EdgesType NXOpen::Preferences::PartVisualizationEmphasis::LayersOptions::Edges |
whether or not edges are displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers.
NXOpen::NXColor::Rgb NXOpen::Preferences::PartVisualizationEmphasis::LayersOptions::EdgesRgb |
the color of edges displayed for de-emphasized shaded geometry when the See-Thru style is set to Layers.
NXOpen::NXColor::Rgb NXOpen::Preferences::PartVisualizationEmphasis::LayersOptions::Rgb |
the color of de-emphasized shaded geometry when the See-Thru style is set to Layers.
int NXOpen::Preferences::PartVisualizationEmphasis::LayersOptions::Translucency |
the translucency of de-emphasized shaded geometry when the See-Thru style is set to Layers.
It is a percentage value between 30 and 100.