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