PartVisualizationEmphasisShellOptions_Struct Struct

NXOpen.Preferences.PartVisualizationEmphasis.ShellOptions is an alias for NXOpen.Preferences.PartVisualizationEmphasisShellOptions_Struct

class NXOpen.Preferences.PartVisualizationEmphasisShellOptions_Struct

Bases: object

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

Fields

Field Description
Rgb the color of de-emphasized shaded geometry when the See-Thru style is set to Shell.
Edges whether or not edges are displayed for de-emphasized shaded geometry when the See-Thru style is set to Shell.
EdgesRgb the color of edges displayed for de-emphasized shaded geometry when the See-Thru style is set to Shell.
Translucency the translucency of de-emphasized shaded geometry when the See-Thru style is set to Shell.

Rgb

PartVisualizationEmphasisShellOptions_Struct.Rgb

the color of de-emphasized shaded geometry when the See-Thru style is set to Shell.

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

Getter Method Signature Rgb()

Returns:
Return type:NXOpen.NXColorRgb_Struct

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

Setter Method

Signature Rgb(value)

Parameters:value (NXOpen.NXColorRgb_Struct) –

Edges

PartVisualizationEmphasisShellOptions_Struct.Edges

whether or not edges are displayed for de-emphasized shaded geometry when the See-Thru style is set to Shell.

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

Getter Method Signature Edges()

Returns:
Return type:NXOpen.Preferences.PartVisualizationEmphasisEdgesType

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

Setter Method

Signature Edges(value)

Parameters:value (NXOpen.Preferences.PartVisualizationEmphasisEdgesType) –

EdgesRgb

PartVisualizationEmphasisShellOptions_Struct.EdgesRgb

the color of edges displayed for de-emphasized shaded geometry when the See-Thru style is set to Shell.

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

Getter Method Signature EdgesRgb()

Returns:
Return type:NXOpen.NXColorRgb_Struct

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

Setter Method

Signature EdgesRgb(value)

Parameters:value (NXOpen.NXColorRgb_Struct) –

Translucency

PartVisualizationEmphasisShellOptions_Struct.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. -------------------------------------

Getter Method Signature Translucency()

Returns:
Return type:int

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

Setter Method

Signature Translucency(value)

Parameters:value (int) –