EOIRMaterialElementCollection#
- class ansys.stk.core.stkobjects.EOIRMaterialElementCollection#
Collection of material elements.
Overview#
Import detail#
from ansys.stk.core.stkobjects import EOIRMaterialElementCollection
Property detail#
- property EOIRMaterialElementCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- EOIRMaterialElementCollection.item(self, index: int) EOIRMaterialElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
EOIRMaterialElement