You are here: Start » FIL.NET » FIS.PathConvexHull Method
FIS.PathConvexHull Method
Computes the smallest convex shape that contains the given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathConvexHull ( FilNet.Path inPath, FilNet.Path outConvexHull )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outConvexHull | FilNet.Path | A closed path representing the computed convex hull. |