Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 952 Bytes

DisplayMesh2D.md

File metadata and controls

17 lines (12 loc) · 952 Bytes

LadybugDisplaySchema.Model.DisplayMesh2D

Properties

Name Type Description Notes
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
Color Color Color for the geometry.
Geometry Mesh2D Mesh2D for the geometry.
Type string [optional] [readonly] [default to "DisplayMesh2D"]
DisplayMode DisplayModes Text to indicate the display mode (surface, wireframe, etc.). The DisplayModes enumeration contains all acceptable types. [optional]

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