You are here: Start » FIL.NET » FIS.PathBoundingParallelogram Method
FIS.PathBoundingParallelogram Method
Computes the smallest parallelogram containing a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathBoundingParallelogram ( FilNet.Path inPath, FilNet.BoundingRectangleFeature inBoundingParallelogramFeature, FilNet.Path outBoundingParallelogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | 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
- PathBoundingParallelogram(Path, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)
- PathBoundingParallelogram(Path, BoundingRectangleFeature, Path, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>, NullableValue<Single>)