EOIRShape#

class ansys.stk.core.stkobjects.EOIRShape#

EOIRShape class.

Overview#

shape_type

Property used to access the shape type.

mesh_filename

Property used to access the mesh file.

shape_object

Property used to access the shape object.

dimension_a

Property used to access the A dimension.

dimension_b

Property used to access the B dimension.

dimension_c

Property used to access the C dimension.

material_specification_type

Property used to access the shape material specification type.

material_map_filename

Property used to access the material map file.

material_element_index

Property used to access the currently selected material element index.

material_elements_count

Property used to access the number of material elements.

material_elements

Property used to access the material element collection.

target_signature_filename

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.mesh_filename: str#

Property used to access the mesh file.

property EOIRShape.shape_object: IEOIRShapeObject#

Property used to access the shape object.

property EOIRShape.dimension_a: float#

Property used to access the A dimension.

property EOIRShape.dimension_b: float#

Property used to access the B dimension.

property EOIRShape.dimension_c: float#

Property used to access the C dimension.

property EOIRShape.material_specification_type: EOIRShapeMaterialSpecificationType#

Property used to access the shape material specification type.

property EOIRShape.material_map_filename: str#

Property used to access the material map file.

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.

property EOIRShape.target_signature_filename: str#

Property used to access the target signature file.