You are here: Start » AVL.NET » Function Reference » Path » Polygon Features » AVL.PolygonWithNormalizedOrientation

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
inPolygonAvlNet.Path
outPolygonAvlNet.Path

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in PolygonWithNormalizedOrientation.

See also