You are here: Start » AVL.NET » AVL.RegionBoundingParallelogram
Computes the smallest parallelogram containing a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionBoundingParallelogram ( AvlNet.Region inRegion, AvlNet.BoundingRectangleFeature inBoundingParallelogramFeature, AvlNet.Path outBoundingParallelogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inBoundingParallelogramFeature | AvlNet.BoundingRectangleFeature | MinimalArea | Determines what kind of bounding parallelogram will be computed. Default value: MinimalArea. | |
![]() | outBoundingParallelogram | AvlNet.Path | Smallest bounding parallelogram of the input points. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty region on input in RegionBoundingParallelogram. |
Function Overrides
- RegionBoundingParallelogram(Region, BoundingRectangleFeature, Path, Point2D, Single, Single, Single)


