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
Input value inLine1 Line3D
Input value inLine2 Line3D
Output value outIntersectionPoint Point3D | None