Start » Filter Reference » Geometry 2D » Geometry 2D Features » PointsCaliperDiameter
Module: | FoundationBasic |
---|
Computes the longest and the shortest width of the input points measured as distance between parallel lines containing all of them.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | ||
outMinDiameter | Segment2D | ||
outMinDiameterLength | Real | ||
outMaxDiameter | Segment2D | ||
outMaxDiameterLength | Real |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty point array on input in PointsCaliperDiameter. |
Complexity Level
This filter is available on Basic Complexity Level.