You are here: Start » FIL.NET » FIL.PointsBoundingCircle_OrNil
Computes the smallest circle containing an array of points; returns NIL if the array is empty.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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? |