Start » Filter Reference » Geometry 2D » Geometry 2D Features » PointsBoundingEllipse
Module: | FoundationBasic |
---|
Computes the smallest ellipse containing an array of points if such ellipse exists.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | ||
outBoundingEllipse | Ellipse2D | ||
outBoundaryPoints | Point2DArray |
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 array on input in PointsBoundingEllipse. |
DomainError | Failed to find proper ellipse PointsBoundingEllipse. |
Complexity Level
This filter is available on Basic Complexity Level.