CrackShapeType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.CrackShapeType Bases: enum.Enum Specifies the CrackShapeType. Overview Attributes Name Arbitrary Corner Cylindrical Edge Elliptical Ring SemiElliptical Through Attribute detail CrackShapeType.Arbitrary = 2 CrackShapeType.Corner = 5 CrackShapeType.Cylindrical = 8 CrackShapeType.Edge = 6 CrackShapeType.Elliptical = 4 CrackShapeType.Ring = 3 CrackShapeType.SemiElliptical = 1 CrackShapeType.Through = 7