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


