|
| | __getitem__ (self, int index) |
| | __init__ (self, _api.StructureCol structureCol) |
| | __iter__ (self) |
| | __len__ (self) |
| Structure | Create (self, str name=None) |
| | Attempt to create a new structure.
|
| bool | DeleteStructure (self, int id) |
| bool | DeleteStructure (self, item1=None) |
| bool | DeleteStructure (self, str name) |
| bool | DeleteStructure (self, Structure structure) |
| Structure | Get (self, int id) |
| Structure | Get (self, item1=None) |
| Structure | Get (self, str name) |
| | __getitem__ (self, int index) |
| | __init__ (self, _api.ZoneJointContainerCol zoneJointContainerCol) |
| | __iter__ (self) |
| | __len__ (self) |
| | __getitem__ (self, int index) |
| | __init__ (self, _api.IdNameEntityCol idNameEntityCol) |
| | __iter__ (self) |
| | __len__ (self) |
| | __getitem__ (self, int index) |
| | __init__ (self, _api.IdEntityCol idEntityCol) |
| | __iter__ (self) |
| | __len__ (self) |
| bool | Contains (self, int id) |
| int | Count (self) |
◆ __init__()
| hyperx.api.StructureCol.__init__ |
( |
| self, |
|
|
_api.StructureCol | structureCol ) |
◆ __getitem__()
| hyperx.api.StructureCol.__getitem__ |
( |
| self, |
|
|
int | index ) |
◆ __iter__()
| hyperx.api.StructureCol.__iter__ |
( |
| self | ) |
|
◆ __len__()
| hyperx.api.StructureCol.__len__ |
( |
| self | ) |
|
◆ Create()
| Structure hyperx.api.StructureCol.Create |
( |
| self, |
|
|
str | name = None ) |
Attempt to create a new structure.
If the specified name is already used, it will be deconflicted.
- Parameters
-
| name | The name of the structure to be created. |
Reimplemented from hyperx.api.ZoneJointContainerCol.
◆ DeleteStructure() [1/4]
| bool hyperx.api.StructureCol.DeleteStructure |
( |
| self, |
|
|
int | id ) |
◆ DeleteStructure() [2/4]
| bool hyperx.api.StructureCol.DeleteStructure |
( |
| self, |
|
|
| item1 = None ) |
◆ DeleteStructure() [3/4]
| bool hyperx.api.StructureCol.DeleteStructure |
( |
| self, |
|
|
str | name ) |
◆ DeleteStructure() [4/4]
| bool hyperx.api.StructureCol.DeleteStructure |
( |
| self, |
|
|
Structure | structure ) |
◆ Get() [1/3]
| Structure hyperx.api.StructureCol.Get |
( |
| self, |
|
|
int | id ) |
◆ Get() [2/3]
| Structure hyperx.api.StructureCol.Get |
( |
| self, |
|
|
| item1 = None ) |
◆ Get() [3/3]
| Structure hyperx.api.StructureCol.Get |
( |
| self, |
|
|
str | name ) |
◆ StructureColList
| hyperx.api.StructureCol.StructureColList = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py