MatProperties#

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

Contains a list of constant names for all 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 MatProperties
>>> obj = MatProperties()

Methods

MatProperties.get_defaultunit([aedtname])

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

MatProperties.get_defaultvalue([aedtname])

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

MatProperties.wb_to_aedt_name(wb_name)

Retrieve the corresponding AEDT property name for the specified Workbench property name.

Attributes

MatProperties.aedtname

Value for aedtname.

MatProperties.cond_order

Value for cond order.

MatProperties.defaultunit

Value for defaultunit.

MatProperties.defaultvalue

Value for defaultvalue.

MatProperties.diel_order

Value for diel order.

MatProperties.public_dir

Shortcut for dir(self).

MatProperties.workbench_name

Value for workbench name.