EOIRMaterialElement#

class ansys.stk.core.stkobjects.EOIRMaterialElement#

EOIRMaterialElement class.

Overview#

temperature_model

Property used to access the temperature model.

body_temperature

Property used to access the body temperature.

temperature_filename

Property used to access the temperature file.

reflectance

Property used to access the reflectance.

material

Property used to access the material.

reflectance_filename

Property used to access the reflectance file.

material_element_label

Property used to access the material element label.

available_materials

Property used to access the available materials.

data_provider

Property used to access the DataProvider.

available_data_providers

Property used to access the available data providers.

Import detail#

from ansys.stk.core.stkobjects import EOIRMaterialElement

Property detail#

property EOIRMaterialElement.temperature_model: str#

Property used to access the temperature model.

property EOIRMaterialElement.body_temperature: float#

Property used to access the body temperature.

property EOIRMaterialElement.temperature_filename: str#

Property used to access the temperature file.

property EOIRMaterialElement.reflectance: float#

Property used to access the reflectance.

property EOIRMaterialElement.material: str#

Property used to access the material.

property EOIRMaterialElement.reflectance_filename: str#

Property used to access the reflectance file.

property EOIRMaterialElement.material_element_label: str#

Property used to access the material element label.

property EOIRMaterialElement.available_materials: list#

Property used to access the available materials.

property EOIRMaterialElement.data_provider: str#

Property used to access the DataProvider.

property EOIRMaterialElement.available_data_providers: list#

Property used to access the available data providers.