You are here: Start » FIL.NET » Invoke.LinePlaneIntersection3D
Computes the intersection point of a line in 3D and a plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LinePlaneIntersection3D ( Fil.Line3D inLine3D, Fil.Plane3D inPlane, Conditional<Fil.Point3D> outIntersectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | Fil.Line3D | |||
![]() | inPlane | Fil.Plane3D | |||
![]() | outIntersectionPoint | Ftl.Conditional<Fil.Point3D> |