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 | |
|---|---|---|---|---|
![]() |
inLine3D | Line3D | ||
![]() |
inPlane | Plane3D | ||
![]() |
outIntersectionPoint | Point3D | None |


