PartUserInterface Class¶
-
class
NXOpen.Preferences.PartUserInterface¶ Bases:
objectRepresents the set of User Interface preferences applicable to entire part.
Other User Interface settings are available with
NXOpen.Preferences.SessionUserInterfacefor settings applicable to session and with SessionUserInterfaceUI class for UI based User Interface Preferences To obtain an instance of this class, refer toNXOpen.Preferences.PartPreferencesNew in version NX3.0.0.
Properties¶
| Property | Description |
|---|---|
| DialogBoxDecimalPlaces | Returns or sets the dialog box decimal places |
Methods¶
Property Detail¶
DialogBoxDecimalPlaces¶
-
PartUserInterface.DialogBoxDecimalPlaces¶ Returns or sets the dialog box decimal places
-------------------------------------Getter Method
Signature
DialogBoxDecimalPlacesReturns: Return type: int New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DialogBoxDecimalPlacesParameters: dialogBoxDecimalPlaces (int) – New in version NX3.0.0.
License requirements: None.