Utility.Intersection2D (Point3D(), Segment2D, Boolean) Method

Seek intersections between a polygonal chain and a segment.
Public Shared Function Intersection2D( _ 
ByVal chain As Point3D(), _ 
ByVal segment As Segment2D, _ 
ByVal tIntersections As Boolean
) As Boolean
This language is not supported or no code example is available.
public static bool Intersection2D( 
Point3D[] chain
Segment2D segment
bool tIntersections 
)
This language is not supported or no code example is available.

Parameters

chain
Point3D[]

The polygonal chain

segment
Segment2D

The segment

tIntersections
bool

If true, T-intersections are considered; otherwise, they are ignored

Return Value

bool

True if at least one intersection is found, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition