MaximumStressSettings#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStressSettings(internalObject: Ansys.Common.Interop.DSObjectsAuto.IDSCompositeFailureCriteriaAuto)#

Bases: object

Defines the configuration for the Maximum Stress failure criterion for reinforced materials.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Reset

Resets the settings to their default values.

ToString

ToString method.

Active

Active property.

EvaluateMaterialOneDirectionFailure

Gets or sets whether the failure criterion is evaluated in the material 1 direction.

EvaluateMaterialThreeDirectionFailure

Gets or sets whether the failure criterion is evaluated in the out-of-plane direction.

EvaluateMaterialTwoDirectionFailure

Gets or sets whether the failure criterion is evaluated in the material 2 direction.

EvaluateShearOneThreeFailure

Gets or sets whether failure is evaluated for the out-of-plane shear s13.

EvaluateShearOneTwoFailure

Gets or sets whether failure is evaluated for the in-plane shear s12.

EvaluateShearTwoThreeFailure

Gets or sets whether failure is evaluated for the out-of-plane shear s23.

MaterialOneDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the material 1 direction.

MaterialThreeDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.

MaterialTwoDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the material 2 direction.

ShearOneThreeFailureWeightingFactor

Gets or sets the weighting factor for failure due to out-of-plane shear s13.

ShearOneTwoFailureWeightingFactor

Gets or sets the weighting factor for failure due to in-plane shear s12.

ShearTwoThreeFailureWeightingFactor

Gets or sets the weighting factor for failure due to out-of-plane shear s23.

Property detail#

property MaximumStressSettings.Active: bool | None#

Active property.

property MaximumStressSettings.EvaluateMaterialOneDirectionFailure: bool | None#
Gets or sets whether the failure criterion is evaluated in the material 1 direction.

The corresponding failure label is 's1'.

property MaximumStressSettings.EvaluateMaterialThreeDirectionFailure: bool | None#
Gets or sets whether the failure criterion is evaluated in the out-of-plane direction.

The corresponding failure label is 's3'.

property MaximumStressSettings.EvaluateMaterialTwoDirectionFailure: bool | None#
Gets or sets whether the failure criterion is evaluated in the material 2 direction.

The corresponding failure label is 's2'.

property MaximumStressSettings.EvaluateShearOneThreeFailure: bool | None#
Gets or sets whether failure is evaluated for the out-of-plane shear s13.

The corresponding failure label is 's13'.

property MaximumStressSettings.EvaluateShearOneTwoFailure: bool | None#
Gets or sets whether failure is evaluated for the in-plane shear s12.

The corresponding failure label is 's12'.

property MaximumStressSettings.EvaluateShearTwoThreeFailure: bool | None#
Gets or sets whether failure is evaluated for the out-of-plane shear s23.

The corresponding failure label is 's23'.

property MaximumStressSettings.MaterialOneDirectionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the failure criterion in the material 1 direction.

property MaximumStressSettings.MaterialThreeDirectionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.

property MaximumStressSettings.MaterialTwoDirectionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the failure criterion in the material 2 direction.

property MaximumStressSettings.ShearOneThreeFailureWeightingFactor: float | None#

Gets or sets the weighting factor for failure due to out-of-plane shear s13.

property MaximumStressSettings.ShearOneTwoFailureWeightingFactor: float | None#

Gets or sets the weighting factor for failure due to in-plane shear s12.

property MaximumStressSettings.ShearTwoThreeFailureWeightingFactor: float | None#

Gets or sets the weighting factor for failure due to out-of-plane shear s23.

Method detail#

MaximumStressSettings.Equals(obj: Any) bool#

Equals method.

MaximumStressSettings.GetHashCode() int#

GetHashCode method.

MaximumStressSettings.GetType() type#

GetType method.

MaximumStressSettings.Reset() None#

Resets the settings to their default values.

MaximumStressSettings.ToString() str#

ToString method.