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

FIL.AngleBetweenPlanes

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPlane1FilNet.Plane3D
inPlane2FilNet.Plane3D
outSmallerAngleFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outLargerAngleFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in AngleBetweenPlanes.

Function Overrides

See also