Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 789 Bytes

DisplayVector3D.md

File metadata and controls

16 lines (11 loc) · 789 Bytes

LadybugDisplaySchema.Model.DisplayVector3D

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 Vector3D Vector3D for the geometry.
Type string [optional] [readonly] [default to "DisplayVector3D"]

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