You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » AVL.PlanePlaneIntersection3D

AVL.PlanePlaneIntersection3D

Computes a common line in 3D of two planes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in PlanePlaneIntersection3D.

See also