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 | |
|---|---|---|---|---|
![]() |
inPlane1 | Plane3D | ||
![]() |
inPlane2 | Plane3D | ||
![]() |
outIntersectionLine | Line3D | None |


