public static IReadOnlyList <MeshEdge> NewMeshEdges(this Mesh mesh) { return(MeshEdge.CreateMeshEdgeList(mesh, VertexFaceList.CreateVertexFaceList(mesh))); }
public static IReadOnlyList <VertexFaceList> NewVertexFaceLists(this Mesh mesh) { return(VertexFaceList.CreateVertexFaceList(mesh)); }