VisualizationHandles Class¶
-
class
NXOpen.Preferences.VisualizationHandles¶ Bases:
objectRepresents the set of visualization preferences under handles tab applicable to entire session
To obtain an instance of this class, refer to
NXOpen.Preferences.SessionPreferencesNew 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
HandleSizeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HandleSizeParameters: 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
ShowHandleHintsReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowHandleHintsParameters: showHandleHints (bool) – New in version NX7.5.0.
License requirements: None.