Package | Description |
---|---|
com.solibri.geometry.primitive3d |
Modifier and Type | Method and Description |
---|---|
static MAABB3d |
MAABB3d.create(AABB3d boundingBox)
Returns a new instance of a bounding box with the same bounds as in the
given bounding box.
|
static MAABB3d |
MAABB3d.create(Collection<Vector3d> points)
Returns the minimum volume axis-aligned bounding box for the given
collection of points.
|
static MAABB3d |
MAABB3d.create(Vector3d lowerBound,
Vector3d upperBound)
Returns a bounding box with the given bounds.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.