Computes the polygon orientation as angle with value in range 0.0 - 180.0.
Syntax
C++
C#
Python
def PolygonOrientation(
inPolygon: Path,
/
)
-> outOrientationAngle: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inPolygon |
Path |
|
|
 |
outOrientationAngle |
float |
|
|