CompositeFailureCriterionSettings#

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

Bases: object

Base class for settings objects which contain the configuration of a single failure criterion.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Reset

Resets the settings to their default values.

ToString

ToString method.

Active

Gets or sets whether the failure criterion is evaluated.

Property detail#

property CompositeFailureCriterionSettings.Active: bool | None#

Gets or sets whether the failure criterion is evaluated.

Method detail#

CompositeFailureCriterionSettings.Equals(obj: Any) bool#

Equals method.

CompositeFailureCriterionSettings.GetHashCode() int#

GetHashCode method.

CompositeFailureCriterionSettings.GetType() type#

GetType method.

CompositeFailureCriterionSettings.Reset() None#

Resets the settings to their default values.

CompositeFailureCriterionSettings.ToString() str#

ToString method.