CustomMaterialExampleFiles#

class CustomMaterialExampleFiles(material_configuration_file: str, thermal_properties_lookup_file: str, characteristic_width_lookup_file: str)#

Holds the files associated with a custom material definition.

Parameters:
material_configuration_filestr

Path to the material configuration file.

thermal_properties_lookup_filestr

Path to the thermal properties lookup file.

characteristic_width_lookup_filestr

Path to the characteristic width lookup file.

Overview#

material_configuration_file

Path to the material configuration file.

thermal_properties_lookup_file

Path to the thermal properties lookup file.

characteristic_width_lookup_file

Path to the characteristic width lookup file.

Import detail#

from ansys.additive.core.examples.downloads import CustomMaterialExampleFiles

Property detail#

property CustomMaterialExampleFiles.material_configuration_file: None#

Path to the material configuration file.

property CustomMaterialExampleFiles.thermal_properties_lookup_file: None#

Path to the thermal properties lookup file.

property CustomMaterialExampleFiles.characteristic_width_lookup_file: None#

Path to the characteristic width lookup file.