CoplanarPolygonGeometry

A description of a polygon composed of arbitrary coplanar positions.

const polygonGeometry = new CoplanarPolygonGeometry({
polygonHierarchy: new PolygonHierarchy(
Cartesian3.fromDegreesArrayHeights([
-90.0, 30.0, 0.0,
-90.0, 30.0, 300000.0,
-80.0, 30.0, 300000.0,
-80.0, 30.0, 0.0
]))
});

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed interface ConstructorOptions

Properties

Link copied to clipboard

The number of elements used to pack the object into an array.