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

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
inPlane1Fil.Plane3D
inPlane2Fil.Plane3D
outIntersectionLineFtl.Conditional<Fil.Line3D>

See also