ShapeType Description enum Tinman.Terrain.Shapes.ShapeType Enumeration of shape types. See also IShapeOps.Convert Public / Constants Unknown public constant Unknown → (0:int32) A shape of unknown type, which is valid only for IShapeGroup. Implicit public constant Implicit → (1:int32) An implicit shape. IShapeInfo.VertexCount = 0 IShapeInfo.EdgeCount = 0 IShapeInfo.TriangleCount = 0 IShapeInfo.EdgeParity = 0 Points public constant Points → (2:int32) A point soup. IShapeInfo.VertexCount > 0 IShapeInfo.EdgeCount = 0 IShapeInfo.TriangleCount = 0 IShapeInfo.EdgeParity = 0 Graph public constant Graph → (3:int32) A graph of connected edges. IShapeInfo.VertexCount > 0 IShapeInfo.EdgeCount > 0 IShapeInfo.TriangleCount = 0 IShapeInfo.EdgeParity = 0 Polygon public constant Polygon → (4:int32) A polygon shape with one or more contours. IShapeInfo.VertexCount > 0 IShapeInfo.EdgeCount > 0 IShapeInfo.TriangleCount = 0 IShapeInfo.EdgeParity!= 0 Mesh public constant Mesh → (5:int32) A triangular shape. IShapeInfo.VertexCount > 0 IShapeInfo.EdgeCount = 0 IShapeInfo.TriangleCount > 0 IShapeInfo.EdgeParity = 0 ShapeReader ShapeVertices