SegmentPlaneIntersection3D
Computes the intersection point of a segment in 3D and a plane.
Syntax
C++
C#
Python
def SegmentPlaneIntersection3D( inSegment3D: Segment3D, inPlane: Plane3D, / ) -> outIntersectionPoint: Point3D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment3D | Segment3D | ||
![]() |
inPlane | Plane3D | ||
![]() |
outIntersectionPoint | Point3D | None |


