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

FIS.RegionBoundingParallelogram Method

Computes the smallest parallelogram containing a region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionBoundingParallelogram
(
	FilNet.Region inRegion,
	FilNet.BoundingRectangleFeature inBoundingParallelogramFeature,
	FilNet.Path outBoundingParallelogram
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inBoundingParallelogramFeatureFilNet.BoundingRectangleFeatureMinimalAreaDetermines what kind of bounding parallelogram will be computed. Default value: MinimalArea.
outBoundingParallelogramFilNet.PathSmallest bounding parallelogram of the input points.

Function Overrides

See also