Uses of Interface
com.solibri.geometry.primitive3d.MAABB3d
-
Packages that use MAABB3d Package Description com.solibri.geometry.primitive3d -
-
Uses of MAABB3d in com.solibri.geometry.primitive3d
Methods in com.solibri.geometry.primitive3d that return MAABB3d Modifier and Type Method Description static MAABB3d
MAABB3d. create(Vector3d lowerBound, Vector3d upperBound)
Returns a bounding box with the given bounds.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.
-