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

Invoke.AngleBetweenPlanes

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AngleBetweenPlanes
(
	Fil.Plane3D inPlane1,
	Fil.Plane3D inPlane2,
	Optional<float> outSmallerAngle,
	Optional<float> outLargerAngle
)

Parameters

Name Type Range Default Description
inPlane1Fil.Plane3D
inPlane2Fil.Plane3D
outSmallerAngleFtl.Optional<float>
outLargerAngleFtl.Optional<float>

See also