Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 763 Bytes

Cylinder.md

File metadata and controls

16 lines (11 loc) · 763 Bytes

LadybugDisplaySchema.Model.Cylinder

Properties

Name Type Description Notes
Center List<double> The center of the bottom base of the cylinder as 3 (x, y, z) values.
Axis List<double> The vector representing the direction of the cylinder as 3 (x, y, z) values. The vector extends from the bottom base center to the top base center.
Radius double A number representing the radius of the cylinder.
Type string [optional] [readonly] [default to "Cylinder"]

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