PartUserInterface Class

class NXOpen.Preferences.PartUserInterface

Bases: object

Represents the set of User Interface preferences applicable to entire part.

Other User Interface settings are available with NXOpen.Preferences.SessionUserInterface for settings applicable to session and with SessionUserInterfaceUI class for UI based User Interface Preferences To obtain an instance of this class, refer to NXOpen.Preferences.PartPreferences

New 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 DialogBoxDecimalPlaces

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature DialogBoxDecimalPlaces

Parameters:dialogBoxDecimalPlaces (int) –

New in version NX3.0.0.

License requirements: None.