Segment3D.AreOverlapping Method

Returns true if the two segments are overlapping.
Public Shared Function AreOverlapping( _ 
ByVal s1 As Segment3D, _ 
ByVal s2 As Segment3D
) As Boolean
This language is not supported or no code example is available.
public static bool AreOverlapping( 
Segment3D s1
Segment3D s2 
)
This language is not supported or no code example is available.

Parameters

s1
Segment3D

s2
Segment3D

Return Value

bool
Remarks
 
If the part of segment where s1 and s2 overlap is very small and it is close to one of the endpoints, it may returns false.

.NET Framework

Supported in: 4.8

In this article

Definition