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

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

Parameters

p1
Point3D

First triangle vertex

p2
Point3D

Second triangle vertex

p3
Point3D

Third triangle vertex

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