GCurve.ConvertToArcsAndLines (Double, Double, Double) Method

Converts the curve with a sequence of arcs and lines.
Public Function ConvertToArcsAndLines( _ 
ByVal epsDs As Double, _ 
ByVal epsLc As Double, _ 
ByVal epsAt As Double
) As IGCurve()
This language is not supported or no code example is available.
public IGCurve[] ConvertToArcsAndLines( 
double epsDs
double epsLc
double epsAt 
)
This language is not supported or no code example is available.

Parameters

epsDs
double

Tolerance regarding the curve length approximation

epsLc
double

Tolerance regarding the chordal error

epsAt
double

Tolerance regarding the curve tangent approximation

Return Value

IGCurve[]

List of lines and arcs that approximates the curve

.NET Framework

Supported in: 4.7.2

In this article

Definition