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

Invoke.AngleBetweenLines

Measures the smaller and the larger angle between two lines.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AngleBetweenLines
(
	Fil.Line2D inLine1,
	Fil.Line2D inLine2,
	Optional<float> outSmallerAngle,
	Optional<float> outLargerAngle
)

Parameters

Name Type Range Default Description
inLine1Fil.Line2D
inLine2Fil.Line2D
outSmallerAngleFtl.Optional<float>
outLargerAngleFtl.Optional<float>

See also