MaterialModel#

class ansys.mechanical.stubs.v261.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#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

MaterialProperty

The MaterialModel is represented by a IMaterialProperty (e.g. Gasket Model) or an IMaterialPropertyData (e.g. Isotropic Elasticity)

MaterialPropertyData

MaterialPropertyData property.

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.MaterialProperty: Ansys.EngineeringData.Material.IMaterialProperty | None#

The MaterialModel is represented by a IMaterialProperty (e.g. Gasket Model) or an IMaterialPropertyData (e.g. Isotropic Elasticity)

property MaterialModel.MaterialPropertyData: Ansys.EngineeringData.Material.IMaterialPropertyData | None#

MaterialPropertyData property.

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.

Method detail#

MaterialModel.Equals(obj: Any) bool#

Equals method.

MaterialModel.GetHashCode() int#

GetHashCode method.

MaterialModel.GetType() type#

GetType method.

MaterialModel.ToString() str#

ToString method.