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
Input value inLine Line2D
Output value outOrientationAngle float