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


