You are here: Start » FIL.NET » Invoke.LinePlaneIntersection3D

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
inLine3DFil.Line3D
inPlaneFil.Plane3D
outIntersectionPointFtl.Conditional<Fil.Point3D>

See also