PolygonWithNormalizedOrientation


Returns the same polygon but with orientation corresponding to the axes.

Syntax

C++
C#
Python
 
def PolygonWithNormalizedOrientation(
	inPolygon: Path,
	outPolygon: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inPolygon Path
Output value outPolygon Path