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

Invoke.PointsConvexHull

Computes the smallest convex shape that contains the given array of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsConvexHull
(
	List<Fil.Point2D> inPoints,
	Fil.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outConvexHullFil.PathA closed path representing the computed convex hull.

See also