SessionUserInterface Class

class NXOpen.Preferences.SessionUserInterface

Bases: object

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

Other User Interface settings are available with NXOpen.Preferences.PartUserInterface for settings applicable to part and with the SessionUserInterfaceUI class for UI based User Interface Preferences To obtain an instance of this class, refer to NXOpen.Preferences.SessionPreferences

New in version NX3.0.0.

Properties

Property Description
InsetMenuDialogComments Returns or sets the insert menu/dialog comments flag
JournalFileFormat Returns or sets the journal file format
JournalLanguage Returns or sets the journal language.

Methods

Enumerations

SessionUserInterfaceJournalFileFormatType Enumeration Describes the available format types for a journal file
SessionUserInterfaceJournalLanguageType Enumeration Describes the language used to record journals

Property Detail

InsetMenuDialogComments

SessionUserInterface.InsetMenuDialogComments

Returns or sets the insert menu/dialog comments flag

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

Getter Method

Signature InsetMenuDialogComments

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature InsetMenuDialogComments

Parameters:insetMenuDialogComments (bool) –

New in version NX3.0.0.

License requirements: None.

JournalFileFormat

SessionUserInterface.JournalFileFormat

Returns or sets the journal file format

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

Getter Method

Signature JournalFileFormat

Returns:
Return type:NXOpen.Preferences.SessionUserInterfaceJournalFileFormatType

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature JournalFileFormat

Parameters:journalFileFormat (NXOpen.Preferences.SessionUserInterfaceJournalFileFormatType) –

New in version NX3.0.0.

License requirements: None.

JournalLanguage

SessionUserInterface.JournalLanguage

Returns or sets the journal language.

Setting the journal language to C++ restricts the file format to Ascii.

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

Getter Method

Signature JournalLanguage

Returns:
Return type:NXOpen.Preferences.SessionUserInterfaceJournalLanguageType

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature JournalLanguage

Parameters:language (NXOpen.Preferences.SessionUserInterfaceJournalLanguageType) –

New in version NX3.0.0.

License requirements: None.