Point containing all the maximum coordinates.
Lower extreme for box X size.
Lower extreme for box Y size.
Lower extreme for box Z size.
Upper extreme for box X size.
Upper extreme for box Y size.
Upper extreme for box Z size.
Gets the area of this BoundingBox.
Gets the point in the center of the bounding box.
Gets the diagonal vector of this BoundingBox. The diagonal connects the Min and Max points.
Gets a value that indicates whether or not this bounding box is valid. Empty boxes are not valid, and neither are boxes with unset points.
Gets or sets the point in the maximal corner.
Gets or sets the point in the minimal corner.
Gets the volume of this BoundingBox.
...
Amount (in model units) to inflate this box in the x direction.
Amount (in model units) to inflate this box in the y direction.
Amount (in model units) to inflate this box in the z direction.
Distances <= tolerance will be considered to be zero. If tolerance is negative (default), then a scale invariant tolerance is used.
0 = box is not degenerate 1 = box is a rectangle (degenerate in one direction). 2 = box is a line (degenerate in two directions). 3 = box is a point (degenerate in three directions) 4 = box is not valid.
If this operation is successful, a Brep representation of this box; otherwise null.
...
A transform.
true if this operation is successful; otherwise false.
StaticdecodeA js object with the following format:
{
Min: { X: <number>, Y: <number>, Z: <number> },
Max: { X: <number>, Y: <number>, Z: <number> }
}
StaticunionBox to include in this union.
Point containing all the minimum coordinates.