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);
Content copied to clipboard