You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPlane1 | Avl.Plane3D | |||
![]() | inPlane2 | Avl.Plane3D | |||
![]() | outIntersectionLine | Atl.Conditional<Avl.Line3D> |