ShearCrimpingSettings#

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

Bases: object

Defines the configuration for the Face Sheet Crimping failure criterion for sandwich structures.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Reset

Resets the settings to their default values.

ToString

ToString method.

Active

Active property.

CoreWeightingFactor

Gets or sets the weighting factor of core material of crimping allowable.

FaceSheetWeightingFactor

Gets or sets the weighting factor of face sheets of crimping allowable.

WeightingFactor

Gets or sets the weighting factor for shear crimping failure.

Property detail#

property ShearCrimpingSettings.Active: bool | None#

Active property.

property ShearCrimpingSettings.CoreWeightingFactor: float | None#

Gets or sets the weighting factor of core material of crimping allowable.

property ShearCrimpingSettings.FaceSheetWeightingFactor: float | None#

Gets or sets the weighting factor of face sheets of crimping allowable.

property ShearCrimpingSettings.WeightingFactor: float | None#
Gets or sets the weighting factor for shear crimping failure.

The corresponding failure label is 'sc'.

Method detail#

ShearCrimpingSettings.Equals(obj: Any) bool#

Equals method.

ShearCrimpingSettings.GetHashCode() int#

GetHashCode method.

ShearCrimpingSettings.GetType() type#

GetType method.

ShearCrimpingSettings.Reset() None#

Resets the settings to their default values.

ShearCrimpingSettings.ToString() str#

ToString method.