FaceSheetWrinklingSettings#

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

Bases: object

Defines the configuration for the Face Sheet Wrinkling 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.

HomogeneousCoreCoefficient

Gets or sets the wrinkling coefficient of homogeneous core materials.

HoneycombCoreCoefficient

Gets or sets the wrinkling coefficient of honeycomb core materials.

WeightingFactor

Gets or sets the weighting factor for the face sheet wrinkling criterion. The corresponding failure

Property detail#

property FaceSheetWrinklingSettings.Active: bool | None#

Active property.

property FaceSheetWrinklingSettings.HomogeneousCoreCoefficient: float | None#

Gets or sets the wrinkling coefficient of homogeneous core materials.

property FaceSheetWrinklingSettings.HoneycombCoreCoefficient: float | None#

Gets or sets the wrinkling coefficient of honeycomb core materials.

property FaceSheetWrinklingSettings.WeightingFactor: float | None#
Gets or sets the weighting factor for the face sheet wrinkling criterion. The corresponding failure

label is 'wt' for wrinkling at the top face, 'wb' at the bottom face.

Method detail#

FaceSheetWrinklingSettings.Equals(obj: Any) bool#

Equals method.

FaceSheetWrinklingSettings.GetHashCode() int#

GetHashCode method.

FaceSheetWrinklingSettings.GetType() type#

GetType method.

FaceSheetWrinklingSettings.Reset() None#

Resets the settings to their default values.

FaceSheetWrinklingSettings.ToString() str#

ToString method.