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