Name | Type | Description | Notes |
---|---|---|---|
Vertices | List<List<double>> | A list of points representing the vertices of the mesh. The list should include at least 3 points and each point should be a list of 2 (x, y) values. | |
Faces | List<List<int>> | A list of lists with each sub-list having either 3 or 4 integers. These integers correspond to indices within the list of vertices. | |
Type | string | [optional] [readonly] [default to "Mesh2D"] | |
Colors | List<Color> | An optional list of colors that correspond to either the faces of the mesh or the vertices of the mesh. | [optional] |