CustomMaterialExampleFiles
#
- class ansys.additive.core.examples.downloads.CustomMaterialExampleFiles(material_configuration_file: str, thermal_properties_lookup_file: str, characteristic_width_lookup_file: str)#
Holds the files associated with a custom material definition.
Overview#
Path to the material configuration file. |
|
Path to the thermal properties 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#
Path to the material configuration file.
- property CustomMaterialExampleFiles.thermal_properties_lookup_file#
Path to the thermal properties lookup file.
- property CustomMaterialExampleFiles.characteristic_width_lookup_file#
Path to the characteristic width lookup file.