BoxOutlineGeometry

A description of the outline of a cube centered at the origin.

const box = new BoxOutlineGeometry({
maximum : new Cartesian3(250000.0, 250000.0, 250000.0),
minimum : new Cartesian3(-250000.0, -250000.0, -250000.0)
});
const geometry = BoxOutlineGeometry.createGeometry(box);

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions