GCompositeCurve.MoreOfTwoSegmentsIncidentOnTheSameEndpoint Method

Check if the igCurve have more of two segments incident on the same endpoint.
Public Function MoreOfTwoSegmentsIncidentOnTheSameEndpoint( _ 
Optional ByVal equalTol As Double = 1e-6 _ 
) As Boolean
This language is not supported or no code example is available.
public bool MoreOfTwoSegmentsIncidentOnTheSameEndpoint( 
double equalTol = 1e-6 
)
This language is not supported or no code example is available.

Parameters

equalTol
double

3D points comparison tolerance

Return Value

bool

True when more of two igCurve segments are incident on the same endpoint, false otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition