check_thermal_modifier#

Materials.check_thermal_modifier(material: str) bool#

Check a material to see if it has any thermal modifiers.

Parameters:
materialstr

Name of the material. All properties for this material are checked for thermal modifiers.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.material_lib import Materials
>>> obj = Materials()
>>> obj.check_thermal_modifier(material="copper")