EOIRMaterialElement =================== .. py:class:: ansys.stk.core.stkobjects.EOIRMaterialElement EOIRMaterialElement class. .. py:currentmodule:: EOIRMaterialElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.temperature_model` - Property used to access the temperature model. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.body_temperature` - Property used to access the body temperature. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.temperature_filename` - Property used to access the temperature file. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.reflectance` - Property used to access the reflectance. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.material` - Property used to access the material. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.reflectance_filename` - Property used to access the reflectance file. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.material_element_label` - Property used to access the material element label. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.available_materials` - Property used to access the available materials. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.data_provider` - Property used to access the DataProvider. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRMaterialElement.available_data_providers` - Property used to access the available data providers. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import EOIRMaterialElement Property detail --------------- .. py:property:: temperature_model :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.temperature_model :type: str Property used to access the temperature model. .. py:property:: body_temperature :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.body_temperature :type: float Property used to access the body temperature. .. py:property:: temperature_filename :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.temperature_filename :type: str Property used to access the temperature file. .. py:property:: reflectance :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.reflectance :type: float Property used to access the reflectance. .. py:property:: material :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.material :type: str Property used to access the material. .. py:property:: reflectance_filename :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.reflectance_filename :type: str Property used to access the reflectance file. .. py:property:: material_element_label :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.material_element_label :type: str Property used to access the material element label. .. py:property:: available_materials :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.available_materials :type: list Property used to access the available materials. .. py:property:: data_provider :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.data_provider :type: str Property used to access the DataProvider. .. py:property:: available_data_providers :canonical: ansys.stk.core.stkobjects.EOIRMaterialElement.available_data_providers :type: list Property used to access the available data providers.