You are here: Start » FIL.NET » Invoke.AngleBetweenLines
Measures the smaller and the larger angle between two lines.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AngleBetweenLines ( Fil.Line2D inLine1, Fil.Line2D inLine2, Optional<float> outSmallerAngle, Optional<float> outLargerAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | Fil.Line2D | |||
![]() | inLine2 | Fil.Line2D | |||
![]() | outSmallerAngle | Ftl.Optional<float> | |||
![]() | outLargerAngle | Ftl.Optional<float> |