Segment3D.IntersectWith (PlaneEquation) Method

Intersects the 3D segment with a plane.
Public Function IntersectWith( _ 
ByVal pe As PlaneEquation
) As Boolean
This language is not supported or no code example is available.
public bool IntersectWith( 
PlaneEquation pe 
)
This language is not supported or no code example is available.

Parameters

pe
PlaneEquation

The plane equation

Return Value

bool

True if the intersection was found, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition