AngleBetweenLines
Measures the smaller and the larger angle between two lines.
Syntax
C++
Python
def AngleBetweenLines( inLine1: Line2D, inLine2: Line2D, / ) -> ( outSmallerAngle: float, outLargerAngle: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine1 | Line2D | ||
![]() |
inLine2 | Line2D | ||
![]() |
outSmallerAngle | float | ||
![]() |
outLargerAngle | float |


