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
Input value inSegment3D Segment3D
Input value inPlane Plane3D
Output value outIntersectionPoint Point3D | None