LineOrientation
Computes the orientation angle of a line as angle in the range from 0 to 180.
Syntax
C++
Python
def LineOrientation( inLine: Line2D, / ) -> outOrientationAngle: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine | Line2D | ||
![]() |
outOrientationAngle | float |


