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, NullableValue<FilNet.Point2D> outCenter, NullableValue<float> outLongSide, NullableValue<float> outShortSide, NullableValue<float> outAngle )
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. | ||
![]() | outCenter | FilNet.NullableValue<FilNet.Point2D> | Center of the bounding parallelogram. Can be null to skip this parameter calculation. | ||
![]() | outLongSide | FilNet.NullableValue<float> | Length of the bounding parallelogram long side. Can be null to skip this parameter calculation. | ||
![]() | outShortSide | FilNet.NullableValue<float> | Length of the bounding parallelogram short side. Can be null to skip this parameter calculation. | ||
![]() | outAngle | FilNet.NullableValue<float> | Angle of the bounding parallelogram. Can be null to skip this parameter calculation. |
Function Overrides
- RegionBoundingParallelogram(Region, BoundingRectangleFeature, Path)
- RegionBoundingParallelogram(Region, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)