AngleBetweenLines3D


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

Syntax

C++
C#
Python
 
def AngleBetweenLines3D(
	inLine1: Line3D,
	inLine2: Line3D,
	/
)
-> (
	outSmallerAngle: float,
	outLargerAngle: float
)

Parameters

Name Type Default Description
Input value inLine1 Line3D
Input value inLine2 Line3D
Output value outSmallerAngle float
Output value outLargerAngle float