cesium
A description of the outline of a cube centered at the origin.
alias BoxOutlineGeometry
var box = new Cesium.BoxOutlineGeometry({ maximum : new Cesium.Cartesian3(250000.0, 250000.0, 250000.0), minimum : new Cesium.Cartesian3(-250000.0, -250000.0, -250000.0) }); var geometry = Cesium.BoxOutlineGeometry.createGeometry(box);
Packable
BoxOutlineGeometry.createGeometry
BoxOutlineGeometry.fromDimensions
A description of the outline of a cube centered at the origin.
alias BoxOutlineGeometry
var box = new Cesium.BoxOutlineGeometry({ maximum : new Cesium.Cartesian3(250000.0, 250000.0, 250000.0), minimum : new Cesium.Cartesian3(-250000.0, -250000.0, -250000.0) }); var geometry = Cesium.BoxOutlineGeometry.createGeometry(box);
Packable
BoxOutlineGeometry.createGeometry
BoxOutlineGeometry.fromDimensions