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
Value for aedtname.
Value for cond order.
Value for defaultunit.
Value for defaultvalue.
Value for diel order.
Shortcut for dir(self).
Value for workbench name.