Segment3D.IntersectWithInternal (PlaneEquation, out Point3D, Boolean, Boolean) Method

Intersects the 3D segment with a plane. (For internal use only)
Public Function IntersectWithInternal( _ 
ByVal pe As PlaneEquation, _ 
ByRef intPoint As Point3D, _ 
ByVal computeIntersection As Boolean, _ 
ByVal infinite As Boolean
) As Boolean
This language is not supported or no code example is available.
public bool IntersectWithInternal( 
PlaneEquation pe
out Point3D intPoint
bool computeIntersection
bool infinite 
)
This language is not supported or no code example is available.

Parameters

pe
PlaneEquation

intPoint
Point3D

computeIntersection
bool

infinite
bool

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition