PartVisualizationEmphasis Class

class NXOpen.Preferences.PartVisualizationEmphasis

Bases: object

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

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

New in version NX8.5.0.

Properties

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

Methods

Method Description
GetLayersOptions Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
GetOriginalColorShellOptions Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.
GetShellOptions Returns options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.
GetWireframeBlendOptions Returns options that control the color-blending effect used to de-emphasize wireframe geometry.
SetLayersOptions Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
SetOriginalColorShellOptions Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.
SetShellOptions Modifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.
SetWireframeBlendOptions Modifies options that control the color-blending effect used to de-emphasize wireframe geometry.

Enumerations

PartVisualizationEmphasisEdgesType Enumeration Determines whether or not edges are displayed for de-emphasized shaded geometry.
PartVisualizationEmphasisSeeThruStyleType Enumeration Determines how translucency and color are used to de-emphasize shaded geometry.

Structs

PartVisualizationEmphasisLayersOptions_Struct Struct Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.
PartVisualizationEmphasisOriginalColorShellOptions_Struct Struct Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.
PartVisualizationEmphasisShellOptions_Struct Struct Specifies options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.
PartVisualizationEmphasisWireframeBlendOptions_Struct Struct Specifies options that control the color-blending effect used to de-emphasize wireframe geometry.

Property Detail

SeeThruStyle

PartVisualizationEmphasis.SeeThruStyle

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

-------------------------------------

Getter Method

Signature SeeThruStyle

Returns:
Return type:NXOpen.Preferences.PartVisualizationEmphasisSeeThruStyleType

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SeeThruStyle

Parameters:seeThruStyle (NXOpen.Preferences.PartVisualizationEmphasisSeeThruStyleType) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetLayersOptions

PartVisualizationEmphasis.GetLayersOptions

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

Signature GetLayersOptions()

Returns:

options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers. :rtype: NXOpen.Preferences.PartVisualizationEmphasisLayersOptions_Struct

New in version NX8.5.0.

License requirements: None.

GetOriginalColorShellOptions

PartVisualizationEmphasis.GetOriginalColorShellOptions

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

Signature GetOriginalColorShellOptions()

Returns:

options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell. :rtype: NXOpen.Preferences.PartVisualizationEmphasisOriginalColorShellOptions_Struct

New in version NX8.5.0.

License requirements: None.

GetShellOptions

PartVisualizationEmphasis.GetShellOptions

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

Signature GetShellOptions()

Returns:

options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell. :rtype: NXOpen.Preferences.PartVisualizationEmphasisShellOptions_Struct

New in version NX8.5.0.

License requirements: None.

GetWireframeBlendOptions

PartVisualizationEmphasis.GetWireframeBlendOptions

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

Signature GetWireframeBlendOptions()

Returns:

options that control the color-blending effect used to de-emphasize wireframe geometry. :rtype: NXOpen.Preferences.PartVisualizationEmphasisWireframeBlendOptions_Struct

New in version NX8.5.0.

License requirements: None.

SetLayersOptions

PartVisualizationEmphasis.SetLayersOptions

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

Signature SetLayersOptions(layersOptions)

Parameters:layersOptions (NXOpen.Preferences.PartVisualizationEmphasisLayersOptions_Struct) – options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Layers.

New in version NX8.5.0.

License requirements: None.

SetOriginalColorShellOptions

PartVisualizationEmphasis.SetOriginalColorShellOptions

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

Signature SetOriginalColorShellOptions(originalColorShellOptions)

Parameters:originalColorShellOptions (NXOpen.Preferences.PartVisualizationEmphasisOriginalColorShellOptions_Struct) – options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Original Color Shell.

New in version NX8.5.0.

License requirements: None.

SetShellOptions

PartVisualizationEmphasis.SetShellOptions

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

Signature SetShellOptions(shellOptions)

Parameters:shellOptions (NXOpen.Preferences.PartVisualizationEmphasisShellOptions_Struct) – options that control the appearance of de-emphasized shaded geometry when the See-Thru style is set to Shell.

New in version NX8.5.0.

License requirements: None.

SetWireframeBlendOptions

PartVisualizationEmphasis.SetWireframeBlendOptions

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

Signature SetWireframeBlendOptions(wireframeBlendOptions)

Parameters:wireframeBlendOptions (NXOpen.Preferences.PartVisualizationEmphasisWireframeBlendOptions_Struct) – options that control the color-blending effect used to de-emphasize wireframe geometry.

New in version NX8.5.0.

License requirements: None.