LineLineIntersection3D
Computes a common point of two lines in 3D.
Syntax
C++
C#
Python
def LineLineIntersection3D( inLine1: Line3D, inLine2: Line3D, / ) -> outIntersectionPoint: Point3D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine1 | Line3D | ||
![]() |
inLine2 | Line3D | ||
![]() |
outIntersectionPoint | Point3D | None |


