PlanePlaneIntersection3D


Computes a common line in 3D of two planes.

Syntax

C++
C#
Python
 
def PlanePlaneIntersection3D(
	inPlane1: Plane3D,
	inPlane2: Plane3D,
	/
)
-> outIntersectionLine: Line3D | None

Parameters

Name Type Default Description
Input value inPlane1 Plane3D
Input value inPlane2 Plane3D
Output value outIntersectionLine Line3D | None