You are here: Start » FIL.NET » Invoke.PlanePlaneIntersection3D
Computes a common line in 3D of two planes.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PlanePlaneIntersection3D ( Fil.Plane3D inPlane1, Fil.Plane3D inPlane2, Conditional<Fil.Line3D> outIntersectionLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPlane1 | Fil.Plane3D | |||
![]() | inPlane2 | Fil.Plane3D | |||
![]() | outIntersectionLine | Ftl.Conditional<Fil.Line3D> |


