NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions Struct Reference

Specifies the See-Thru color, edge, and translucency options used for the various See-Thru Styles. More...

Public Member Functions

 SeeThruOptions (const NXOpen::Preferences::SessionVisualizationShade::Rgb &shellRgbInitial, NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType shellEdgesInitial, const NXOpen::Preferences::SessionVisualizationShade::Rgb &shellEdgesRgbInitial, int shellTranslucencyInitial, NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType originalColorShellEdgesInitial, const NXOpen::Preferences::SessionVisualizationShade::Rgb &originalColorShellEdgesRgbInitial, int originalColorShellTranslucencyInitial, const NXOpen::Preferences::SessionVisualizationShade::Rgb &layersRgbInitial, NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType layersEdgesInitial, const NXOpen::Preferences::SessionVisualizationShade::Rgb &layersEdgesRgbInitial, int layersTranslucencyInitial)
 Constructor for the SeeThruOptions struct. More...
 

Public Attributes

NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType LayersEdges
 Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Layers. More...
 
NXOpen::Preferences::SessionVisualizationShade::Rgb LayersEdgesRgb
 Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Layers. More...
 
NXOpen::Preferences::SessionVisualizationShade::Rgb LayersRgb
 Specifies the color of less important shaded geometry when See-Thru Style is set to Layers. More...
 
int LayersTranslucency
 Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Layers. More...
 
NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType OriginalColorShellEdges
 Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell. More...
 
NXOpen::Preferences::SessionVisualizationShade::Rgb OriginalColorShellEdgesRgb
 Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell. More...
 
int OriginalColorShellTranslucency
 Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Original Color Shell. More...
 
NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType ShellEdges
 Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Shell. More...
 
NXOpen::Preferences::SessionVisualizationShade::Rgb ShellEdgesRgb
 Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Shell. More...
 
NXOpen::Preferences::SessionVisualizationShade::Rgb ShellRgb
 Specifies the color of less important shaded geometry when See-Thru Style is set to Shell. More...
 
int ShellTranslucency
 Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Shell. More...
 

Detailed Description

Specifies the See-Thru color, edge, and translucency options used for the various See-Thru Styles.


Deprecated:
Deprecated in NX8.5.0. See NXOpen::Preferences::PartVisualizationEmphasis .

Constructor & Destructor Documentation

NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::SeeThruOptions ( const NXOpen::Preferences::SessionVisualizationShade::Rgb shellRgbInitial,
NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType  shellEdgesInitial,
const NXOpen::Preferences::SessionVisualizationShade::Rgb shellEdgesRgbInitial,
int  shellTranslucencyInitial,
NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType  originalColorShellEdgesInitial,
const NXOpen::Preferences::SessionVisualizationShade::Rgb originalColorShellEdgesRgbInitial,
int  originalColorShellTranslucencyInitial,
const NXOpen::Preferences::SessionVisualizationShade::Rgb layersRgbInitial,
NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType  layersEdgesInitial,
const NXOpen::Preferences::SessionVisualizationShade::Rgb layersEdgesRgbInitial,
int  layersTranslucencyInitial 
)

Constructor for the SeeThruOptions struct.

Parameters
shellRgbInitialSpecifies the color of less important shaded geometry when See-Thru Style is set to Shell.
shellEdgesInitialDetermines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Shell.
shellEdgesRgbInitialSpecifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Shell.
shellTranslucencyInitialTranslucency percentage applied to less important shaded geometry when See-Thru Style is set to Shell.
originalColorShellEdgesInitialDetermines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell.
originalColorShellEdgesRgbInitialSpecifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell.
originalColorShellTranslucencyInitialTranslucency percentage applied to less important shaded geometry when See-Thru Style is set to Original Color Shell.
layersRgbInitialSpecifies the color of less important shaded geometry when See-Thru Style is set to Layers.
layersEdgesInitialDetermines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Layers.
layersEdgesRgbInitialSpecifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Layers.
layersTranslucencyInitialTranslucency percentage applied to less important shaded geometry when See-Thru Style is set to Layers.

Member Data Documentation

NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::LayersEdges

Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Layers.

NXOpen::Preferences::SessionVisualizationShade::Rgb NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::LayersEdgesRgb

Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Layers.

NXOpen::Preferences::SessionVisualizationShade::Rgb NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::LayersRgb

Specifies the color of less important shaded geometry when See-Thru Style is set to Layers.

int NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::LayersTranslucency

Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Layers.

NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::OriginalColorShellEdges

Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell.

NXOpen::Preferences::SessionVisualizationShade::Rgb NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::OriginalColorShellEdgesRgb

Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Original Color Shell.

int NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::OriginalColorShellTranslucency

Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Original Color Shell.

NXOpen::Preferences::SessionVisualizationShade::SeeThruEdgesType NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::ShellEdges

Determines whether edges are displayed for less important shaded geometry when See-Thru Style is set to Shell.

NXOpen::Preferences::SessionVisualizationShade::Rgb NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::ShellEdgesRgb

Specifies the color of edges displayed for less important shaded geometry when See-Thru Style is set to Shell.

NXOpen::Preferences::SessionVisualizationShade::Rgb NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::ShellRgb

Specifies the color of less important shaded geometry when See-Thru Style is set to Shell.

int NXOpen::Preferences::SessionVisualizationShade::SeeThruOptions::ShellTranslucency

Translucency percentage applied to less important shaded geometry when See-Thru Style is set to Shell.


The documentation for this struct was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.