@JsType(isNative=true, namespace="<global>", name="Object") public class BoxOutlineGeometryOptions extends Object
BoxOutlineGeometry
.Modifier and Type | Field and Description |
---|---|
Cartesian3 |
dimensions
The width, depth, and height of the box stored in the x, y, and z coordinates of the Cartesian3, respectively.
|
Cartesian3 |
maximum
The maximum x, y, and z coordinates of the box.
|
Cartesian3 |
minimum
The minimum x, y, and z coordinates of the box.
|
Constructor and Description |
---|
BoxOutlineGeometryOptions() |
@JsProperty public Cartesian3 minimum
@JsProperty public Cartesian3 maximum
@JsProperty public Cartesian3 dimensions
Copyright © 2019. All rights reserved.