You are here: Start » FIL.NET » FIS.PointsBoundingCircle_OrNil Method
FIS.PointsBoundingCircle_OrNil Method
Computes the smallest circle containing an array of points; returns NIL if the array is empty.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PointsBoundingCircle_OrNil ( IList<FilNet.Point2D> inPoints, out FilNet.Circle2D? outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outBoundingCircle | FilNet.Circle2D? |


