You are here: Start » FIL.NET » Function Reference » Region » Region Global Transforms » FIL.RegionConvexHull

FIL.RegionConvexHull

Computes the smallest convex region containing the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RegionConvexHull
(
	FilNet.Region inRegion,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outRegionFilNet.RegionOutput region.

Description

The operation computes the smallest of all convex region containing the given one.

Examples

RegionConvexHull run on a sample region.

Errors

List of possible exceptions:

Error type Description
DomainError Input and output regions are not distinct in RegionConvexHull.

See also