EOIRShape#
- class ansys.stk.core.stkobjects.EOIRShape#
EOIRShape class.
Overview#
Property used to access the shape type. |
|
Property used to access the mesh file. |
|
Property used to access the shape object. |
|
Property used to access the A dimension. |
|
Property used to access the B dimension. |
|
Property used to access the C dimension. |
|
Property used to access the shape material specification type. |
|
Property used to access the material map file. |
|
Property used to access the currently selected material element index. |
|
Property used to access the number of material elements. |
|
Property used to access the material element collection. |
|
Property used to access the target signature file. |
Import detail#
from ansys.stk.core.stkobjects import EOIRShape
Property detail#
- property EOIRShape.shape_type: EOIRShapeType#
Property used to access the shape type.
- property EOIRShape.shape_object: IEOIRShapeObject#
Property used to access the shape object.
- property EOIRShape.material_specification_type: EOIRShapeMaterialSpecificationType#
Property used to access the shape material specification type.
- property EOIRShape.material_element_index: int#
Property used to access the currently selected material element index.
- property EOIRShape.material_elements_count: int#
Property used to access the number of material elements.
- property EOIRShape.material_elements: EOIRMaterialElementCollection#
Property used to access the material element collection.