kcl → types →
Plane
A plane.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
id | string | The id of the plane. | No |
value | PlaneType | A plane. | No |
origin | Point3d | Origin of the plane. | No |
xAxis | Point3d | What should the plane’s X axis be? | No |
yAxis | Point3d | What should the plane’s Y axis be? | No |
zAxis | Point3d | The z-axis (normal). | No |
__meta | [ Metadata ] | No |