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