MeshElementShape
#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.MeshElementShape#
Bases:
enum.Enum
Defines the Mesh Element Types
Overview#
Attribute detail#
- MeshElementShape.Beam3 = 30#
- MeshElementShape.Beam4 = 31#
- MeshElementShape.Hex20 = 1#
- MeshElementShape.Hex8 = 11#
- MeshElementShape.Pyramid13 = 3#
- MeshElementShape.Pyramid5 = 13#
- MeshElementShape.Quad4 = 16#
- MeshElementShape.Quad8 = 6#
- MeshElementShape.Tet10 = 0#
- MeshElementShape.Tet4 = 10#
- MeshElementShape.Tri3 = 14#
- MeshElementShape.Tri6 = 4#
- MeshElementShape.Wedge15 = 2#
- MeshElementShape.Wedge6 = 12#