You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.PointsBoundingParallelogram
Computes the smallest parallelogram containing an array of points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointsBoundingParallelogram ( IList<FilNet.Point2D> inPoints, FilNet.BoundingRectangleFeature inBoundingParallelogramFeature, FilNet.Path outBoundingParallelogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | Input array of points. | ||
![]() | 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 | No points on input in PointsBoundingParallelogram. |
DomainError | Unknown parallelogram feature in PointsBoundingParallelogram. |
Function Overrides
- PointsBoundingParallelogram(IList<Point2D>, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)
- PointsBoundingParallelogram(IList<Point2D>, BoundingRectangleFeature, Path, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>, NullableValue<Single>)