SurfMatProperties#

class ansys.aedt.core.modules.material.SurfMatProperties#

Contains a list of constant names for all surface materials with mappings to their internal XML names.

Internal names are used in scripts, and XML names are used in the XML syntax.

Examples

>>> from ansys.aedt.core.modules.material import SurfMatProperties
>>> obj = SurfMatProperties()

Methods

SurfMatProperties.get_defaultunit([aedtname])

Retrieve the default unit for a full name or a category name.

SurfMatProperties.get_defaultvalue([aedtname])

Get the default value for a full name or a category name.

Attributes

SurfMatProperties.aedtname

Value for aedtname.

SurfMatProperties.defaultunit

Value for defaultunit.

SurfMatProperties.defaultvalue

Value for defaultvalue.

SurfMatProperties.public_dir

Shortcut for dir(self).