SessionPdm Class¶
-
class
NXOpen.Preferences.SessionPdm¶ Bases:
objectRepresents the NX Manager preferences for the entire session
To obtain an instance of this class, refer to
NXOpen.Preferences.SessionPreferencesNew in version NX4.0.1.
Properties¶
| Property | Description |
|---|---|
| JtUpdateFromSource | Returns or sets the kind of JT update performed when a part is loaded |
| MessagesInconsistentRevisions | Returns or sets the kind of messages about inconsistent revisions when a part is loaded |
| SynchroniseOnLoad | Returns or sets the kind of synchronisation performed when a part is loaded |
| SynchroniseOnSave | Returns or sets the kind of synchronisation performed when a part is saved |
| UnpopulatedBehaviour | Returns or sets the behaviour when an unpopulated part is loaded |
Methods¶
Enumerations¶
| SessionPdmJtUpdateFromSourceType Enumeration | Options for the kind of JT update performed when a part is loaded |
| SessionPdmMessagesInconsistentRevisionsType Enumeration | Options for the kind of messages about inconsistent revisions when a part is loaded |
| SessionPdmSynchroniseOnLoadType Enumeration | Options for the kind of synchronisation with the PDM system performed when a part is loaded. |
| SessionPdmSynchroniseOnSaveType Enumeration | Options for the kind of synchronisation with the PDM system performed when a part is saved. |
| SessionPdmUnpopulatedBehaviourType Enumeration | Options for when to add NX datasets upon loading an unpopulated part in the PDM system |
Property Detail¶
JtUpdateFromSource¶
-
SessionPdm.JtUpdateFromSource¶ Returns or sets the kind of JT update performed when a part is loaded
-------------------------------------Getter Method
Signature
JtUpdateFromSourceReturns: Return type: NXOpen.Preferences.SessionPdmJtUpdateFromSourceTypeNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
JtUpdateFromSourceParameters: update ( NXOpen.Preferences.SessionPdmJtUpdateFromSourceType) –New in version NX6.0.2.
License requirements: None.
MessagesInconsistentRevisions¶
-
SessionPdm.MessagesInconsistentRevisions¶ Returns or sets the kind of messages about inconsistent revisions when a part is loaded
-------------------------------------Getter Method
Signature
MessagesInconsistentRevisionsReturns: Return type: NXOpen.Preferences.SessionPdmMessagesInconsistentRevisionsTypeNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
MessagesInconsistentRevisionsParameters: message ( NXOpen.Preferences.SessionPdmMessagesInconsistentRevisionsType) –New in version NX6.0.2.
License requirements: None.
SynchroniseOnLoad¶
-
SessionPdm.SynchroniseOnLoad¶ Returns or sets the kind of synchronisation performed when a part is loaded
-------------------------------------Getter Method
Signature
SynchroniseOnLoadReturns: Return type: NXOpen.Preferences.SessionPdmSynchroniseOnLoadTypeNew in version NX4.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchroniseOnLoadParameters: sync ( NXOpen.Preferences.SessionPdmSynchroniseOnLoadType) –New in version NX4.0.1.
License requirements: None.
SynchroniseOnSave¶
-
SessionPdm.SynchroniseOnSave¶ Returns or sets the kind of synchronisation performed when a part is saved
-------------------------------------Getter Method
Signature
SynchroniseOnSaveReturns: Return type: NXOpen.Preferences.SessionPdmSynchroniseOnSaveTypeNew in version NX4.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchroniseOnSaveParameters: sync ( NXOpen.Preferences.SessionPdmSynchroniseOnSaveType) –New in version NX4.0.1.
License requirements: None.
UnpopulatedBehaviour¶
-
SessionPdm.UnpopulatedBehaviour¶ Returns or sets the behaviour when an unpopulated part is loaded
-------------------------------------Getter Method
Signature
UnpopulatedBehaviourReturns: Return type: NXOpen.Preferences.SessionPdmUnpopulatedBehaviourTypeNew in version NX4.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
UnpopulatedBehaviourParameters: behaviour ( NXOpen.Preferences.SessionPdmUnpopulatedBehaviourType) –New in version NX4.0.1.
License requirements: None.