SessionVisualizationColorSetting Class

class NXOpen.Preferences.SessionVisualizationColorSetting

Bases: object

Represents the set of visualization preferences applicable to entire session

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

New in version NX3.0.0.

Deprecated since version NX8.5.0: Use NXOpen.Preferences.PartVisualizationColorSetting instead.

Properties

Property Description
HandlesColor Returns or sets the handles color.

Methods

Property Detail

HandlesColor

SessionVisualizationColorSetting.HandlesColor

Returns or sets the handles color.

Sets the handle color. Unigraphics NX displays all handles using a “handle” color. A session attribute determines the color of handles and applies to all parts in a session.

This property is deprecated. Use NXOpen.Preferences.PartVisualizationColorSetting.HandleColor`() instead.

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

Getter Method

Signature HandlesColor

Returns:
Return type:int

New in version NX3.0.0.

Deprecated since version NX7.5.0: Use NXOpen.Preferences.PartVisualizationColorSetting.HandleColor`() instead

License requirements: None.

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

Setter Method

Signature HandlesColor

Parameters:handlesColor (int) –

New in version NX3.0.0.

Deprecated since version NX7.5.0: Use NXOpen.Preferences.PartVisualizationColorSetting.HandleColor`() instead

License requirements: None.