You are here: Start » FIL.NET » FIS.LinePlaneIntersection3D Method

FIS.LinePlaneIntersection3D Method

Computes the intersection point of a line in 3D and a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LinePlaneIntersection3D
(
	FilNet.Line3D inLine3D,
	FilNet.Plane3D inPlane,
	out FilNet.Point3D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inPlaneFilNet.Plane3D
outIntersectionPointFilNet.Point3D?

See also