Start » Filter Reference » Geometry 3D » Geometry 3D Angle Metrics » AngleBetweenPlanes
Module: | Vision3DLite |
---|
Measures the smaller and the larger angle between two planes in 3D.
Name | Type | Description | |
---|---|---|---|
inPlane1 | Plane3D | ||
inPlane2 | Plane3D | ||
outSmallerAngle | Real | ||
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
- AngleBetweenLines3D – Measures the smaller and the larger angle between two lines in 3D.
- AngleBetweenVectors3D – Measures the angle between two vectors in 3D.