UtilityEx.GetNextCurve Method

Public Shared Function GetNextCurve( _ 
ByVal endPoint As Point3D, _ 
ByVal current As ICurve, _ 
ByVal isPrevStart As Boolean, _ 
ByRef minGap As Double, _ 
ByRef needReverse As Boolean
) As Integer
This language is not supported or no code example is available.
public static int GetNextCurve( 
Point3D endPoint
ICurve current
bool isPrevStart
out double minGap
out bool needReverse 
)
This language is not supported or no code example is available.

Parameters

endPoint
Point3D

current
ICurve

isPrevStart
bool

minGap
double

needReverse
bool

Return Value

int

.NET Framework

Supported in: 4.8

In this article

Definition