You are here: Start » AVL.NET » AVS.PlanePlaneIntersection3D Method

AVS.PlanePlaneIntersection3D Method

Computes a common line in 3D of two planes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PlanePlaneIntersection3D
(
	AvlNet.Plane3D inPlane1,
	AvlNet.Plane3D inPlane2,
	INullable<AvlNet.Line3D> outIntersectionLine
)

Parameters

Name Type Range Default Description
inPlane1AvlNet.Plane3D
inPlane2AvlNet.Plane3D
outIntersectionLineAvlNet.INullable<AvlNet.Line3D> This parameter cannot be null.

See also