LinePlaneIntersection3D


Computes the intersection point of a line in 3D and a plane.

Syntax

C++
C#
Python
 
def LinePlaneIntersection3D(
	inLine3D: Line3D,
	inPlane: Plane3D,
	/
)
-> outIntersectionPoint: Point3D | None

Parameters

Name Type Default Description
Input value inLine3D Line3D
Input value inPlane Plane3D
Output value outIntersectionPoint Point3D | None