You are here: Start » FIL.NET » FIS.PointsConvexHull Method
FIS.PointsConvexHull Method
Computes the smallest convex shape that contains the given array of points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PointsConvexHull ( IList<FilNet.Point2D> inPoints, FilNet.Path outConvexHull )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outConvexHull | FilNet.Path | A closed path representing the computed convex hull. |