Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 936 Bytes

Mesh2D.md

File metadata and controls

16 lines (11 loc) · 936 Bytes

LadybugDisplaySchema.Model.Mesh2D

Properties

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]

[Back to Model list] [Back to API list] [Back to README]