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 | |
|---|---|---|---|---|
![]() |
inLine1 | Line3D | ||
![]() |
inLine2 | Line3D | ||
![]() |
outSmallerAngle | float | ||
![]() |
outLargerAngle | float |


