You are here: Start » AVL.NET » Function Reference » Path » Polygon Features » AVL.PolygonWithNormalizedOrientation
Returns the same polygon but with orientation corresponding to the axes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void PolygonWithNormalizedOrientation ( AvlNet.Path inPolygon, AvlNet.Path outPolygon )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | AvlNet.Path | |||
![]() | outPolygon | AvlNet.Path |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Open path on input in PolygonWithNormalizedOrientation. |


