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

Invoke.PlanePlaneIntersection3D

Computes a common line in 3D of two planes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PlanePlaneIntersection3D
(
	Avl.Plane3D inPlane1,
	Avl.Plane3D inPlane2,
	Conditional<Avl.Line3D> outIntersectionLine
)

Parameters

Name Type Range Default Description
inPlane1Avl.Plane3D
inPlane2Avl.Plane3D
outIntersectionLineAtl.Conditional<Avl.Line3D>

See also