AngleBetweenPlanes
Measures the smaller and the larger angle between two planes in 3D.
Syntax
C++
C#
Python
def AngleBetweenPlanes( inPlane1: Plane3D, inPlane2: Plane3D, / ) -> ( outSmallerAngle: float, outLargerAngle: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPlane1 | Plane3D | ||
![]() |
inPlane2 | Plane3D | ||
![]() |
outSmallerAngle | float | ||
![]() |
outLargerAngle | float |


