You are here: Start » FIL.NET » Invoke.LineOrientation

Invoke.LineOrientation

Computes the orientation angle of a line as angle in the range from 0 to 180.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LineOrientation
(
	Fil.Line2D inLine,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
outOrientationAnglefloat

See also