VisualizationHandles Class

class NXOpen.Preferences.VisualizationHandles

Bases: object

Represents the set of visualization preferences under handles tab applicable to entire session

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

New in version NX7.5.0.

Properties

Property Description
HandleSize Returns or sets the default handle size
ShowHandleHints Returns or sets the show handle hints flag.

Methods

Enumerations

VisualizationHandlesHandleSizeValue Enumeration Specifies size values for the default handle size.

Property Detail

HandleSize

VisualizationHandles.HandleSize

Returns or sets the default handle size

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

Getter Method

Signature HandleSize

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature HandleSize

Parameters:handleSize (int) –

New in version NX7.5.0.

License requirements: None.

ShowHandleHints

VisualizationHandles.ShowHandleHints

Returns or sets the show handle hints flag.

If true displays handle hint when handle is preselected

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

Getter Method

Signature ShowHandleHints

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ShowHandleHints

Parameters:showHandleHints (bool) –

New in version NX7.5.0.

License requirements: None.