| Package | Description | 
|---|---|
| com.solibri.geometry.primitive2d | 
| Modifier and Type | Method and Description | 
|---|---|
static MAABB2d | 
MAABB2d.create(AABB2d boundingBox)
Returns a bounding box with the same bounds as in the given bounding box. 
 | 
static MAABB2d | 
MAABB2d.create(Collection<Vector2d> points)
Returns the minimum area axis-aligned bounding box for the given
 collection of points. 
 | 
static MAABB2d | 
MAABB2d.create(Vector2d lowerBound,
      Vector2d upperBound)
Returns a bounding box with the given bounds. 
 | 
MAABB2d | 
Area.getBoundingRectangle()
Returns a copy of a bounding rectangle which has minimum area and is axis
 aligned. 
 | 
MAABB2d | 
Polygon2d.getBoundingRectangle()
Returns a copy of the minimum area axis aligned bounding rectangle. 
 | 
Copyright © 2019 Solibri, Inc.. All rights reserved.