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

Invoke.SegmentPlaneIntersection3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentPlaneIntersection3D
(
	Fil.Segment3D inSegment3D,
	Fil.Plane3D inPlane,
	Conditional<Fil.Point3D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
inPlaneFil.Plane3D
outIntersectionPointFtl.Conditional<Fil.Point3D>

See also