Segment3D.IntersectWith (Plane, Boolean, out Point3D) Method

Intersects a 3D segment with a plane.
Public Function IntersectWith( _ 
ByVal plane As Plane, _ 
ByVal infinite As Boolean, _ 
ByRef intPoint As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IntersectWith( 
Plane plane
bool infinite
out Point3D intPoint 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

infinite
bool

If true, the Segment3D is treated as an infinite line

intPoint
Point3D

The intersection point (if exists)

Return Value

bool

True if the intersection was found, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition