You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathBoundingParallelogram
Computes the smallest parallelogram containing a path.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingParallelogram. |
Function Overrides
- PathBoundingParallelogram(Path, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)
- PathBoundingParallelogram(Path, BoundingRectangleFeature, Path, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>, NullableValue<Single>)


