    

 ## On this page

  

 

 # `VonMisesSettings`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.VonMisesSettings"></a>

#### *class* Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.VonMisesSettings

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Defines the configuration for the Von Mises failure criterion for isotropic materials.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`Reset`](#VonMisesSettings.Reset)Resets the settings to their default values.### Properties

NameDescription[`ConsiderInterlaminarNormalStresses`](#VonMisesSettings.ConsiderInterlaminarNormalStresses)Gets or sets whether interlaminar normal stresses are evaluated.[`EvaluateStrainFailure`](#VonMisesSettings.EvaluateStrainFailure)Gets or sets whether strain failure is evaluated. The corresponding failure label is 'vMe'.[`EvaluateStressFailure`](#VonMisesSettings.EvaluateStressFailure)Gets or sets whether stress failure is evaluated. The corresponding failure label is 'vMs'[`StrainFailureWeightingFactor`](#VonMisesSettings.StrainFailureWeightingFactor)Gets or sets the weighting factor for the strain failure (vMe) evaluation.[`StressFailureWeightingFactor`](#VonMisesSettings.StressFailureWeightingFactor)Gets or sets the weighting factor for the stress failure (vMs) evaluation.<a id="property-detail"></a>

## Property detail

<a id="VonMisesSettings.ConsiderInterlaminarNormalStresses"></a>

### *property* VonMisesSettings.ConsiderInterlaminarNormalStresses *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets whether interlaminar normal stresses are evaluated.

<a id="VonMisesSettings.EvaluateStrainFailure"></a>

### *property* VonMisesSettings.EvaluateStrainFailure *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets whether strain failure is evaluated. The corresponding failure label is 'vMe'.

<a id="VonMisesSettings.EvaluateStressFailure"></a>

### *property* VonMisesSettings.EvaluateStressFailure *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets whether stress failure is evaluated. The corresponding failure label is 'vMs'

<a id="VonMisesSettings.StrainFailureWeightingFactor"></a>

### *property* VonMisesSettings.StrainFailureWeightingFactor *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the weighting factor for the strain failure (vMe) evaluation.

<a id="VonMisesSettings.StressFailureWeightingFactor"></a>

### *property* VonMisesSettings.StressFailureWeightingFactor *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the weighting factor for the stress failure (vMs) evaluation.

<a id="method-detail"></a>

## Method detail

<a id="VonMisesSettings.Reset"></a>

### VonMisesSettings.Reset() → [None](https://docs.python.org/3/library/constants.html#None)

Resets the settings to their default values.