SessionUserInterface Class¶
-
class
NXOpen.Preferences.SessionUserInterface¶ Bases:
objectRepresents the set of User Interface preferences applicable to entire session.
Other User Interface settings are available with
NXOpen.Preferences.PartUserInterfacefor settings applicable to part and with the SessionUserInterfaceUI class for UI based User Interface Preferences To obtain an instance of this class, refer toNXOpen.Preferences.SessionPreferencesNew 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¶
JournalFileFormat¶
-
SessionUserInterface.JournalFileFormat¶ Returns or sets the journal file format
-------------------------------------Getter Method
Signature
JournalFileFormatReturns: Return type: NXOpen.Preferences.SessionUserInterfaceJournalFileFormatTypeNew in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
JournalFileFormatParameters: 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
JournalLanguageReturns: Return type: NXOpen.Preferences.SessionUserInterfaceJournalLanguageTypeNew in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
JournalLanguageParameters: language ( NXOpen.Preferences.SessionUserInterfaceJournalLanguageType) –New in version NX3.0.0.
License requirements: None.