You are here: Start » AVL.NET » AVL.RegionEllipticAxes(AvlNet.Region, AvlNet.Segment2D, AvlNet.Segment2D)
AVL.RegionEllipticAxes(AvlNet.Region, AvlNet.Segment2D, AvlNet.Segment2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionEllipticAxes( AvlNet.Region inRegion, out AvlNet.Segment2D outMajorAxis, out AvlNet.Segment2D outMinorAxis )
Parameters
- inRegion
- Type: AvlNet.Region
- outMajorAxis
- Type: AvlNet.Segment2D
- outMinorAxis
- Type: AvlNet.Segment2D
Description
The orientations of the resulting axes are always between 0 and 180 degrees.
Examples
RegionEllipticAxes performed on a sample region.
