You are here: Start » FIL.NET » FIS.RegionConvexHull_AsPath Method

FIS.RegionConvexHull_AsPath Method

Computes the smallest convex polygon containing the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionConvexHull_AsPath
(
	FilNet.Region inRegion,
	FilNet.Path outConvexHull
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outConvexHullFilNet.Path

See also