get_defaultvalue#
- classmethod SurfMatProperties.get_defaultvalue(aedtname: str = None) float#
Get the default value for a full name or a category name.
- Parameters:
- aedtname
str,optional AEDT full name or category name. The default is
None.
- aedtname
- Returns:
floatDefault value if it exists.
Examples
>>> from ansys.aedt.core.modules.material import SurfMatProperties >>> obj = SurfMatProperties() >>> obj.get_defaultvalue(aedtname=1)