EOIRShape ========= .. py:class:: ansys.stk.core.stkobjects.EOIRShape EOIRShape class. .. py:currentmodule:: EOIRShape Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.shape_type` - Property used to access the shape type. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.mesh_filename` - Property used to access the mesh file. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.shape_object` - Property used to access the shape object. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.dimension_a` - Property used to access the A dimension. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.dimension_b` - Property used to access the B dimension. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.dimension_c` - Property used to access the C dimension. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.material_specification_type` - Property used to access the shape material specification type. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.material_map_filename` - Property used to access the material map file. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.material_element_index` - Property used to access the currently selected material element index. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.material_elements_count` - Property used to access the number of material elements. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.material_elements` - Property used to access the material element collection. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShape.target_signature_filename` - Property used to access the target signature file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import EOIRShape Property detail --------------- .. py:property:: shape_type :canonical: ansys.stk.core.stkobjects.EOIRShape.shape_type :type: EOIRShapeType Property used to access the shape type. .. py:property:: mesh_filename :canonical: ansys.stk.core.stkobjects.EOIRShape.mesh_filename :type: str Property used to access the mesh file. .. py:property:: shape_object :canonical: ansys.stk.core.stkobjects.EOIRShape.shape_object :type: IEOIRShapeObject Property used to access the shape object. .. py:property:: dimension_a :canonical: ansys.stk.core.stkobjects.EOIRShape.dimension_a :type: float Property used to access the A dimension. .. py:property:: dimension_b :canonical: ansys.stk.core.stkobjects.EOIRShape.dimension_b :type: float Property used to access the B dimension. .. py:property:: dimension_c :canonical: ansys.stk.core.stkobjects.EOIRShape.dimension_c :type: float Property used to access the C dimension. .. py:property:: material_specification_type :canonical: ansys.stk.core.stkobjects.EOIRShape.material_specification_type :type: EOIRShapeMaterialSpecificationType Property used to access the shape material specification type. .. py:property:: material_map_filename :canonical: ansys.stk.core.stkobjects.EOIRShape.material_map_filename :type: str Property used to access the material map file. .. py:property:: material_element_index :canonical: ansys.stk.core.stkobjects.EOIRShape.material_element_index :type: int Property used to access the currently selected material element index. .. py:property:: material_elements_count :canonical: ansys.stk.core.stkobjects.EOIRShape.material_elements_count :type: int Property used to access the number of material elements. .. py:property:: material_elements :canonical: ansys.stk.core.stkobjects.EOIRShape.material_elements :type: EOIRMaterialElementCollection Property used to access the material element collection. .. py:property:: target_signature_filename :canonical: ansys.stk.core.stkobjects.EOIRShape.target_signature_filename :type: str Property used to access the target signature file.