You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.PointsBoundingCircle
Computes the smallest circle containing an array of points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointsBoundingCircle ( IList<FilNet.Point2D> inPoints, out FilNet.Circle2D outBoundingCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outBoundingCircle | FilNet.Circle2D |
Examples
![]() |
The resulting outBoundingCircle drawn with the input points.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array on input in PointsBoundingCircle. |