check_thermal_modifier#
- Materials.check_thermal_modifier(material: str) bool#
Check a material to see if it has any thermal modifiers.
- Parameters:
- material
str Name of the material. All properties for this material are checked for thermal modifiers.
- material
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.modules.material_lib import Materials >>> obj = Materials() >>> obj.check_thermal_modifier(material="copper")