Skip to main content

Mechanical scripting interface

SafetyTheoryType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.SafetyTheoryType

Bases: enum.Enum

Specifies the Stress Safety Theory Type.

Overview

Attributes

Name
MaximumEquivalentStress
MaximumShearStress
MaximumTensileStress
MohrCoulombStress

Attribute detail

SafetyTheoryType.MaximumEquivalentStress = 0

SafetyTheoryType.MaximumShearStress = 1

SafetyTheoryType.MaximumTensileStress = 2

SafetyTheoryType.MohrCoulombStress = 3