MeshElementShape#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.Enums.MeshElementShape#

Bases: enum.Enum

Defines the Mesh Element Types

Overview#

Attribute detail#

MeshElementShape.Tet10 = 0#
MeshElementShape.Hex20 = 1#
MeshElementShape.Wedge15 = 2#
MeshElementShape.Pyramid13 = 3#
MeshElementShape.Tri6 = 4#
MeshElementShape.Quad8 = 6#
MeshElementShape.Tet4 = 10#
MeshElementShape.Hex8 = 11#
MeshElementShape.Wedge6 = 12#
MeshElementShape.Pyramid5 = 13#
MeshElementShape.Tri3 = 14#
MeshElementShape.Quad4 = 16#
MeshElementShape.Beam3 = 30#
MeshElementShape.Beam4 = 31#