You are here: Start » FIL.NET » Invoke.PointsBoundingCircle_OrNil

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
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outBoundingCircleFtl.Conditional<Fil.Circle2D>

See also