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