|
| | __getitem__ (self, int index) |
| | __init__ (self, _api.HoneycombCol honeycombCol) |
| | __iter__ (self) |
| | __len__ (self) |
| bool | Contains (self, str materialName) |
| | Check if an honeycomb material exists in this collection.
|
| Honeycomb | Copy (self, str honeyToCopyName, str newMaterialName=None, int femId=None) |
| int | Count (self) |
| Honeycomb | Create (self, str materialFamilyName, float density, str newMaterialName=None, int femId=None) |
| bool | Delete (self, str materialName) |
| | Delete a honeycomb material by name.
|
| Honeycomb | Get (self, str materialName) |
| | Look up an Honeycomb material by its name.
|
◆ __init__()
| hyperx.api.HoneycombCol.__init__ |
( |
| self, |
|
|
_api.HoneycombCol | honeycombCol ) |
◆ __getitem__()
| hyperx.api.HoneycombCol.__getitem__ |
( |
| self, |
|
|
int | index ) |
◆ __iter__()
| hyperx.api.HoneycombCol.__iter__ |
( |
| self | ) |
|
◆ __len__()
| hyperx.api.HoneycombCol.__len__ |
( |
| self | ) |
|
◆ Contains()
| bool hyperx.api.HoneycombCol.Contains |
( |
| self, |
|
|
str | materialName ) |
Check if an honeycomb material exists in this collection.
◆ Copy()
| Honeycomb hyperx.api.HoneycombCol.Copy |
( |
| self, |
|
|
str | honeyToCopyName, |
|
|
str | newMaterialName = None, |
|
|
int | femId = None ) |
◆ Count()
| int hyperx.api.HoneycombCol.Count |
( |
| self | ) |
|
◆ Create()
| Honeycomb hyperx.api.HoneycombCol.Create |
( |
| self, |
|
|
str | materialFamilyName, |
|
|
float | density, |
|
|
str | newMaterialName = None, |
|
|
int | femId = None ) |
◆ Delete()
| bool hyperx.api.HoneycombCol.Delete |
( |
| self, |
|
|
str | materialName ) |
Delete a honeycomb material by name.
Returns false if the method the material is not found.
◆ Get()
| Honeycomb hyperx.api.HoneycombCol.Get |
( |
| self, |
|
|
str | materialName ) |
◆ _Entity
| hyperx.api.HoneycombCol._Entity = honeycombCol |
|
protected |
◆ HoneycombColList
| hyperx.api.HoneycombCol.HoneycombColList = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py