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
Input value inPlane1 Plane3D
Input value inPlane2 Plane3D
Output value outSmallerAngle float
Output value outLargerAngle float