Mesh
The vertex indices that make up each face in a counterclockwise fashion
            
The normal vector at this vertex
            
The positions of the vertices
            
public static Mesh ByPointsFaceIndices(IEnumerable<Point> vertexPositions, IEnumerable<IndexGroup> indices)
Create a mesh from a collection of Points and a collection of IndexGroups referencing the Point collection
            
            