PartCollection Class Reference
Last update: 17.07.2025Represents the collection of all parts in a Speos For NX session. More...
Inheritance diagram for PartCollection:

Public Member Functions | |
| 'None' | Load (self) |
| Loads all open parts in the session. | |
| 'Part' | FindFromName (self, name) |
| Finds the part with the given name. | |
| 'Part' | FindFromTag (self, tag) |
| Finds the part with the given Tag. | |
Static Public Attributes | |
| str | Display = property(fget=__GetDisplay) |
| Returns the currently active display part of the session. | |
Detailed Description
Represents the collection of all parts in a Speos For NX session.
Member Function Documentation
◆ FindFromName()
| 'Part' FindFromName | ( | self, | |
| name ) |
Finds the part with the given name.
Prerequisite: The part must have been loaded in this session.
- Parameters
-
[in] name : String.
- Returns
- The part with the given name.
◆ FindFromTag()
| 'Part' FindFromTag | ( | self, | |
| tag ) |
Finds the part with the given Tag.
- Parameters
-
[in] tag : Integer. The Part Tag.
- Returns
- The part with the given Tag.
Member Data Documentation
◆ Display
|
static |
Returns the currently active display part of the session.
- Returns
- The currently active display part.
The documentation for this class was generated from the following file:
- SpeosNX.py