Session Class Reference
Last update: 17.07.2025Represents the Speos For NX session. More...
Inheritance diagram for Session:

Public Member Functions | |
| GetSession () | |
| Gets the unique instance of the Speos For NX session. | |
Static Public Attributes | |
| GetSession = staticmethod(GetSession) | |
Properties | |
| NXSessionTag = property(fget = __GetNXSessionTag) | |
| Gets the NX Session Tag. | |
| Parts = property(fget = __GetParts) | |
| Gets the part collection. | |
Detailed Description
Represents the Speos For NX session.
Member Function Documentation
◆ GetSession()
| GetSession | ( | ) |
Gets the unique instance of the Speos For NX session.
Returns the singleton for Session.
- Returns
- The Speos For NX session.
Property Documentation
◆ NXSessionTag
|
static |
Gets the NX Session Tag.
Returns the Tag for the NX Session.
- Returns
- The Tag as an integer.
◆ Parts
|
static |
Gets the part collection.
Returns the PartCollection belonging to this session.
- Returns
- The PartCollection.
The documentation for this class was generated from the following file:
- SpeosNX.py