Group class Group Documentation Code public List<MeshFace> Faces { get; } public string Name { get; set; } public Group(string name) public bool AddFace(int[][] facePoints) public bool AddFace(int[] vertexPoints)