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

Invoke.AngleBetweenLines3D

Measures the smaller and the larger angle between two lines in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also