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
inPathFilNet.PathInput path.
outConvexHullFilNet.PathA closed path representing the computed convex hull.

See also