TsaiHillSettings#

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

Bases: object

Defines the configuration for the Tsai-Hill 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.

FailureDimension

Gets or sets whether the failure criterion is evaluated only in-plane (2D),

WeightingFactor

Gets or sets the weighting factor for the failure criterion.

Property detail#

property TsaiHillSettings.Active: bool | None#

Active property.

property TsaiHillSettings.FailureDimension: Ansys.Mechanical.DataModel.MechanicalEnums.CompositeFailure.FailureDimension | None#
Gets or sets whether the failure criterion is evaluated only in-plane (2D),

or also in the out-of-plane direction (3D).

property TsaiHillSettings.WeightingFactor: float | None#
Gets or sets the weighting factor for the failure criterion.

The corresponding failure label is 'th'.

Method detail#

TsaiHillSettings.Equals(obj: Any) bool#

Equals method.

TsaiHillSettings.GetHashCode() int#

GetHashCode method.

TsaiHillSettings.GetType() type#

GetType method.

TsaiHillSettings.Reset() None#

Resets the settings to their default values.

TsaiHillSettings.ToString() str#

ToString method.