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 | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inBoundingParallelogramFeature | FilNet.BoundingRectangleFeature | MinimalArea | Determines what kind of bounding parallelogram will be computed. Default value: MinimalArea. | |
![]() | outBoundingParallelogram | FilNet.Path | Smallest bounding parallelogram of the input points. |
Function Overrides
- RegionBoundingParallelogram(Region, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)
- RegionBoundingParallelogram(Region, BoundingRectangleFeature, Path, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>, NullableValue<Single>)