Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 632 Bytes

Plane.md

File metadata and controls

16 lines (11 loc) · 632 Bytes

HoneybeeSchema.Model.Plane

Properties

Name Type Description Notes
N List<double> Plane normal as 3 (x, y, z) values.
O List<double> Plane origin as 3 (x, y, z) values
Type string [optional] [readonly] [default to "Plane"]
X List<double> Plane x-axis as 3 (x, y, z) values. If None, it is autocalculated. [optional]

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