You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionBoundingEllipse
Computes the smallest ellipse enclosing a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionBoundingEllipse ( AvlNet.Region inRegion, out AvlNet.Ellipse2D outBoundingEllipse )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outBoundingEllipse | AvlNet.Ellipse2D |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty region on input in RegionBoundingEllipse. |


