This enum defines the shapes of the 2D elements.
Public Enum Element2dShape Default AllPolygons AllQuadrilaterals AllTriangles End Enum
public enum Element2dShape { Default, AllPolygons, AllQuadrilaterals, AllTriangles }