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

Invoke.PathConvexHull

Computes the smallest convex shape that contains the given path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathConvexHull
(
	Fil.Path inPath,
	Fil.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outConvexHullFil.PathA closed path representing the computed convex hull.

See also