NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | Public Member Functions | Properties | List of all members
NXOpen.Preferences.PartVisualizationEmphasis Class Reference

Represents visualization preferences for emphasis that are applicable to the entire part. More...

Inheritance diagram for NXOpen.Preferences.PartVisualizationEmphasis:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _WireframeBlendOptions
 Specifies options that control the color-blending effect used to de-emphasize wireframe geometry.
 
struct  LayersOptions
 Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers. More...
 
struct  OriginalColorShellOptions
 Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell. More...
 
struct  ShellOptions
 Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell. More...
 
struct  WireframeBlendOptions
 Specifies options that control the color-blending effect used to de-emphasize wireframe geometry. More...
 

Public Types

enum  EdgesType { Off, Normal }
 Determines whether or not edges are displayed for de-emphasized shaded geometry. More...
 
enum  SeeThruStyleType { Shell, OriginalColorShell, Layers }
 Determines how translucency and color are used to de-emphasize shaded geometry. More...
 

Public Member Functions

unsafe
NXOpen.Preferences.PartVisualizationEmphasis.LayersOptions 
GetLayersOptions ()
 Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers. More...
 
unsafe
NXOpen.Preferences.PartVisualizationEmphasis.OriginalColorShellOptions 
GetOriginalColorShellOptions ()
 Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell. More...
 
unsafe
NXOpen.Preferences.PartVisualizationEmphasis.ShellOptions 
GetShellOptions ()
 Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell. More...
 
unsafe
NXOpen.Preferences.PartVisualizationEmphasis.WireframeBlendOptions 
GetWireframeBlendOptions ()
 Returns options that control the color-blending effect used to de-emphasize wireframe geometry. More...
 
unsafe void SetLayersOptions (NXOpen.Preferences.PartVisualizationEmphasis.LayersOptions layersOptions)
 Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers. More...
 
unsafe void SetOriginalColorShellOptions (NXOpen.Preferences.PartVisualizationEmphasis.OriginalColorShellOptions originalColorShellOptions)
 Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell. More...
 
unsafe void SetShellOptions (NXOpen.Preferences.PartVisualizationEmphasis.ShellOptions shellOptions)
 Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell. More...
 
unsafe void SetWireframeBlendOptions (NXOpen.Preferences.PartVisualizationEmphasis.WireframeBlendOptions wireframeBlendOptions)
 Modifies options that control the color-blending effect used to de-emphasize wireframe geometry. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Preferences.PartVisualizationEmphasis.SeeThruStyleType 
SeeThruStyle [get, set]
 Returns or sets the See-Thru style that determines how translucency and color are used to de-emphasize shaded geometry. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents visualization preferences for emphasis that are applicable to the entire part.

To obtain an instance of this class, refer to NXOpen.Preferences.PartPreferences

Created in NX8.5.0

Member Enumeration Documentation

Determines whether or not edges are displayed for de-emphasized shaded geometry.

Enumerator
Off 

Displays no edges for de-emphasized shaded geometry.

Normal 

Displays edges for de-emphasized shaded geometry if edges are normally displayed for shaded geometry.

Determines how translucency and color are used to de-emphasize shaded geometry.

Enumerator
Shell 

Displays de-emphasized shaded geometry as a translucent shell with a single color.

OriginalColorShell 

Displays de-emphasized shaded geometry as a translucent shell, preserving original colors.

Layers 

Displays de-emphasized shaded geometry as translucent layers with a single color.

Member Function Documentation

unsafe NXOpen.Preferences.PartVisualizationEmphasis.LayersOptions NXOpen.Preferences.PartVisualizationEmphasis.GetLayersOptions ( )
inline

Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.

Created in NX8.5.0

License requirements: None.

Returns
options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
unsafe NXOpen.Preferences.PartVisualizationEmphasis.OriginalColorShellOptions NXOpen.Preferences.PartVisualizationEmphasis.GetOriginalColorShellOptions ( )
inline

Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.

Created in NX8.5.0

License requirements: None.

Returns
options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.
unsafe NXOpen.Preferences.PartVisualizationEmphasis.ShellOptions NXOpen.Preferences.PartVisualizationEmphasis.GetShellOptions ( )
inline

Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.

Created in NX8.5.0

License requirements: None.

Returns
options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.
unsafe NXOpen.Preferences.PartVisualizationEmphasis.WireframeBlendOptions NXOpen.Preferences.PartVisualizationEmphasis.GetWireframeBlendOptions ( )
inline

Returns options that control the color-blending effect used to de-emphasize wireframe geometry.

Created in NX8.5.0

License requirements: None.

Returns
options that control the color-blending effect used to de-emphasize wireframe geometry.
unsafe void NXOpen.Preferences.PartVisualizationEmphasis.SetLayersOptions ( NXOpen.Preferences.PartVisualizationEmphasis.LayersOptions  layersOptions)
inline

Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.

Created in NX8.5.0

License requirements: None.

Parameters
layersOptionsoptions that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
unsafe void NXOpen.Preferences.PartVisualizationEmphasis.SetOriginalColorShellOptions ( NXOpen.Preferences.PartVisualizationEmphasis.OriginalColorShellOptions  originalColorShellOptions)
inline

Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.

Created in NX8.5.0

License requirements: None.

Parameters
originalColorShellOptionsoptions that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.
unsafe void NXOpen.Preferences.PartVisualizationEmphasis.SetShellOptions ( NXOpen.Preferences.PartVisualizationEmphasis.ShellOptions  shellOptions)
inline

Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.

Created in NX8.5.0

License requirements: None.

Parameters
shellOptionsoptions that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.
unsafe void NXOpen.Preferences.PartVisualizationEmphasis.SetWireframeBlendOptions ( NXOpen.Preferences.PartVisualizationEmphasis.WireframeBlendOptions  wireframeBlendOptions)
inline

Modifies options that control the color-blending effect used to de-emphasize wireframe geometry.

Created in NX8.5.0

License requirements: None.

Parameters
wireframeBlendOptionsoptions that control the color-blending effect used to de-emphasize wireframe geometry.

Property Documentation

unsafe NXOpen.Preferences.PartVisualizationEmphasis.SeeThruStyleType NXOpen.Preferences.PartVisualizationEmphasis.SeeThruStyle
getset

Returns or sets the See-Thru style that determines how translucency and color are used to de-emphasize shaded geometry.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

Tag NXOpen.Preferences.PartVisualizationEmphasis.Tag
get

Returns the tag of this object.


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