You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.PointsConvexHull

FIL.PointsConvexHull

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outConvexHullFilNet.PathA closed path representing the computed convex hull.

Examples

The resulting outConvexHull drawn with the input points.

See also