    

 ## On this page

  

 

 # `MaterialModel`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.MaterialObject.MaterialModel"></a>

#### *class* Ansys.ACT.Automation.Mechanical.MaterialObject.MaterialModel

Bases: [`object`](https://docs.python.org/3/library/functions.html#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.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Name`](#MaterialModel.Name)Gets the name that identifies the material model[`Suppressed`](#MaterialModel.Suppressed)Gets or sets whether this material model should be used in the analysis.<a id="property-detail"></a>

## Property detail

<a id="MaterialModel.Name"></a>

### *property* MaterialModel.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the name that identifies the material model

<a id="MaterialModel.Suppressed"></a>

### *property* MaterialModel.Suppressed *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets whether this material model should be used in the analysis.