    

 ## On this page

  

 

 # `CuntzeSettings`

 Last update: 09.03.2026 

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

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

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

Defines the configuration for the Cuntze failure criterion for reinforced materials.

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

## Overview

### Methods

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

NameDescription[`EvaluateFiberCompressionFailure`](#CuntzeSettings.EvaluateFiberCompressionFailure)Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'cfc'[`EvaluateFiberTensionFailure`](#CuntzeSettings.EvaluateFiberTensionFailure)Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'cft'[`EvaluateMatrixCompressionFailure`](#CuntzeSettings.EvaluateMatrixCompressionFailure)Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'cmB'[`EvaluateMatrixTensionFailure`](#CuntzeSettings.EvaluateMatrixTensionFailure)Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'cmA'[`EvaluateMatrixWedgeShapeFailure`](#CuntzeSettings.EvaluateMatrixWedgeShapeFailure)Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is 'cmC'[`FailureDimension`](#CuntzeSettings.FailureDimension)Gets or sets whether the failure criterion is evaluated only in-plane (2D),[`FiberCompressionFailureWeightingFactor`](#CuntzeSettings.FiberCompressionFailureWeightingFactor)Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation.[`FiberTensionFailureWeightingFactor`](#CuntzeSettings.FiberTensionFailureWeightingFactor)Gets or sets the weighting factor for the fiber tension failure (cft) evaluation.[`FracturePlaneAngle`](#CuntzeSettings.FracturePlaneAngle)Gets or sets the fracture plane angle theta.[`InPlaneShearFrictionCoefficient`](#CuntzeSettings.InPlaneShearFrictionCoefficient)Gets or sets the in-plane shear friction coefficient b21.[`MatrixCompressionFailureWeightingFactor`](#CuntzeSettings.MatrixCompressionFailureWeightingFactor)Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation.[`MatrixTensionFailureWeightingFactor`](#CuntzeSettings.MatrixTensionFailureWeightingFactor)Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation.[`MatrixWedgeShapeFailureWeightingFactor`](#CuntzeSettings.MatrixWedgeShapeFailureWeightingFactor)Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation.[`ModeInteractionCoefficient`](#CuntzeSettings.ModeInteractionCoefficient)Gets or sets the mode interaction coefficient.[`OutOfPlaneShearFrictionCoefficient`](#CuntzeSettings.OutOfPlaneShearFrictionCoefficient)Gets the out-of-plane shear friction coefficient b32.<a id="property-detail"></a>

## Property detail

<a id="CuntzeSettings.EvaluateFiberCompressionFailure"></a>

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

Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'cfc'

<a id="CuntzeSettings.EvaluateFiberTensionFailure"></a>

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

Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'cft'

<a id="CuntzeSettings.EvaluateMatrixCompressionFailure"></a>

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

Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'cmB'

<a id="CuntzeSettings.EvaluateMatrixTensionFailure"></a>

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

Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'cmA'

<a id="CuntzeSettings.EvaluateMatrixWedgeShapeFailure"></a>

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

Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is 'cmC'

<a id="CuntzeSettings.FailureDimension"></a>

### *property* CuntzeSettings.FailureDimension *: [Ansys.Mechanical.DataModel.MechanicalEnums.CompositeFailure.FailureDimension](../../../../../Mechanical/DataModel/MechanicalEnums/CompositeFailure/FailureDimension.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.MechanicalEnums.CompositeFailure.FailureDimension) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets whether the failure criterion is evaluated only in-plane (2D), : or also in the out-of-plane direction (3D).

<a id="CuntzeSettings.FiberCompressionFailureWeightingFactor"></a>

### *property* CuntzeSettings.FiberCompressionFailureWeightingFactor *: [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 fiber compression failure (cfc) evaluation.

<a id="CuntzeSettings.FiberTensionFailureWeightingFactor"></a>

### *property* CuntzeSettings.FiberTensionFailureWeightingFactor *: [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 fiber tension failure (cft) evaluation.

<a id="CuntzeSettings.FracturePlaneAngle"></a>

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

Gets or sets the fracture plane angle theta. : The value must be in the range \[45, 90).

<a id="CuntzeSettings.InPlaneShearFrictionCoefficient"></a>

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

Gets or sets the in-plane shear friction coefficient b21. : The value must be greater than or equal to 0.

<a id="CuntzeSettings.MatrixCompressionFailureWeightingFactor"></a>

### *property* CuntzeSettings.MatrixCompressionFailureWeightingFactor *: [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 matrix compression failure (cmB) evaluation.

<a id="CuntzeSettings.MatrixTensionFailureWeightingFactor"></a>

### *property* CuntzeSettings.MatrixTensionFailureWeightingFactor *: [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 matrix tension failure (cmA) evaluation.

<a id="CuntzeSettings.MatrixWedgeShapeFailureWeightingFactor"></a>

### *property* CuntzeSettings.MatrixWedgeShapeFailureWeightingFactor *: [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 matrix wedge shape failure (cmC) evaluation.

<a id="CuntzeSettings.ModeInteractionCoefficient"></a>

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

Gets or sets the mode interaction coefficient.

<a id="CuntzeSettings.OutOfPlaneShearFrictionCoefficient"></a>

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

Gets the out-of-plane shear friction coefficient b32. : Computed from the fracture plane angle theta.

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

## Method detail

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

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

Resets the settings to their default values.