MaterialModel#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.MaterialObject.MaterialModel#
Bases:
objectThe 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 method. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
The MaterialModel is represented by a IMaterialProperty (e.g. Gasket Model) or an IMaterialPropertyData (e.g. Isotropic Elasticity) |
|
MaterialPropertyData property. |
|
Gets the name that identifies the material model |
|
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)