MaterialModel Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.MaterialObject.MaterialModel Bases: object The material model class holds the data for a particular material model. Examples of a material model would be;: density, isotropic elasticity, or gasket model. Overview Properties Name Description Name Gets the name that identifies the material model Suppressed Gets or sets whether this material model should be used in the analysis. Property detail property MaterialModel.Name : str | None Gets the name that identifies the material model property MaterialModel.Suppressed : bool | None Gets or sets whether this material model should be used in the analysis.