GroundPlane Class
A circle drawn at a Z elevation, whose diameter is the the XY diagonal of the project extents, used to represent the ground as a reference point within a spatial view.
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(ground?: GroundPlaneProps): GroundPlane | ||
| toJSON(): GroundPlaneProps |
Properties
| Name | Type | Description | |
|---|---|---|---|
| aboveColor | ColorDef | The color in which to draw the ground plane when viewed from above. | |
| belowColor | ColorDef | The color in which to draw the ground plane when viewed from below. | |
| display | boolean | Whether the ground plane should be displayed. | |
| elevation | number | The Z height at which to draw the plane. |
Defined in
Last Updated: 08 January, 2020