Curve.GetParamsFromLength Method

Given a sorted array of lengths along the curve, finds the parameter values that correspond to them.
Public Function GetParamsFromLength( _ 
ByVal lengths As Double(), _ 
ByRef ts As Double() _ 
) As Boolean
This language is not supported or no code example is available.
public bool GetParamsFromLength( 
double[] lengths
out double[] ts 
)
This language is not supported or no code example is available.

Parameters

lengths
double[]

Sorted lengths along the curve (ascending order)

ts
double[]

Corresponding parameter values

Return Value

bool

True if all the operations were successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition