Start » Filter Reference » Geometry 2D » Geometry 2D Features » PointsBoundingCircle
Module: | FoundationBasic |
---|
Computes the smallest circle containing an array of points.
Name | Type | Description | |
---|---|---|---|
![]() |
inPoints | Point2DArray | |
![]() |
outBoundingCircle | Circle2D |
Examples
![]() |
The resulting outBoundingCircle drawn with the input points.
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 PointsBoundingCircle. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of PointsBoundingCircle filter group.