Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Angle Metrics » AngleBetweenPlanes

AngleBetweenPlanes


Module: Vision3DLite

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

Name Type Description
Input value inPlane1 Plane3D
Input value inPlane2 Plane3D
Output value outSmallerAngle Real
Output value outLargerAngle Real

Description

The operation returns the single measure of the angle between two planes in 3D, which is equal to the angle between their normal vectors.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in AngleBetweenPlanes.

Complexity Level

This filter is available on Basic Complexity Level.

See Also