Defines the configuration for the Maximum Strain failure criterion for reinforced materials.
Declaration Syntax
public class MaximumStrainSettings : CompositeFailureCriterionSettings
Table 796: Members
| Property | CompressiveLimitMaterialOneDirection | Gets or sets the global compressive strain limit in the material 1 direction (eXc). Only used if OverrideMaterial is true. | 
| Property | CompressiveLimitMaterialThreeDirection | Gets or sets the global compressive strain limit in the out-of-plane direction (eZc). Only used if OverrideMaterial is true. | 
| Property | CompressiveLimitMaterialTwoDirection | Gets or sets the global compressive strain limit in the material 2 direction (eYc). Only used if OverrideMaterial is true. | 
| Property | EvaluateMaterialOneDirectionFailure | Gets or sets whether the failure criterion is evaluated in the material 1 direction. The corresponding failure label is 'e1'. | 
| Property | EvaluateMaterialThreeDirectionFailure | Gets or sets whether the failure criterion is evaluated in the out-of-plane direction. The corresponding failure label is 'e3'. | 
| Property | EvaluateMaterialTwoDirectionFailure | Gets or sets whether the failure criterion is evaluated in the material 2 direction. The corresponding failure label is 'e2'. | 
| Property | EvaluateShearOneThreeFailure | Gets or sets whether failure is evaluated for the out-of-plane shear e13. The corresponding failure label is 'e13'. | 
| Property | EvaluateShearOneTwoFailure | Gets or sets whether failure is evaluated for the in-plane shear e12. The corresponding failure label is 'e12'. | 
| Property | EvaluateShearTwoThreeFailure | Gets or sets whether failure is evaluated for the out-of-plane shear e23. The corresponding failure label is 'e23'. | 
| Property | MaterialOneDirectionFailureWeightingFactor | Gets or sets the weighting factor for the failure criterion in the material 1 direction. | 
| Property | MaterialThreeDirectionFailureWeightingFactor | Gets or sets the weighting factor for the failure criterion in the out-of-plane direction. | 
| Property | MaterialTwoDirectionFailureWeightingFactor | Gets or sets the weighting factor for the failure criterion in the material 2 direction. | 
| Property | OverrideMaterial | Gets or sets whether the global strain limits are used, overriding material-specific limits. | 
| Property | ShearLimitOneThree | Gets or sets the global out-of-plane shear strain limit (eSxz). Only used if OverrideMaterial is true. | 
| Property | ShearLimitOneTwo | Gets or sets the global in-plane shear strain limit (eSxy). Only used if OverrideMaterial is true. | 
| Property | ShearLimitTwoThree | Gets or sets the global out-of-plane shear strain limit (eSyz). Only used if OverrideMaterial is true. | 
| Property | ShearOneThreeFailureWeightingFactor | Gets or sets the weighting factor for failure due to out-of-plane shear e13. | 
| Property | ShearOneTwoFailureWeightingFactor | Gets or sets the weighting factor for failure due to in-plane shear e12. | 
| Property | ShearTwoThreeFailureWeightingFactor | Gets or sets the weighting factor for failure due to out-of-plane shear e23. | 
| Property | TensileLimitMaterialOneDirection | Gets or sets the global tensile strain limit in the material 1 direction (eXt). Only used if OverrideMaterial is true. | 
| Property | TensileLimitMaterialThreeDirection | Gets or sets the global tensile strain limit in the out-of-plane direction (eZt). Only used if OverrideMaterial is true. | 
| Property | TensileLimitMaterialTwoDirection | Gets or sets the global tensile strain limit in the material 2 direction (eYt). Only used if OverrideMaterial is true. |