NurbsBase.ChordLengthParametrization<T> (IList<T>, out Double()) Method

Computes chord length parameterization from a vector of points.
Public Shared Function ChordLengthParametrization(Of  _ 
T As Point3D)( _ 
ByVal Q As IList(Of T), _ 
ByRef ub As Double() _ 
) As Double
This language is not supported or no code example is available.
public static double ChordLengthParametrization<T>( 
IList<T> Q
out double[] ub 

where T : Point3D
This language is not supported or no code example is available.

Type Parameters

T

Parameters

Q
IList<T>

The list of 3D points

ub
double[]

The resulting length parameterization

Return Value

double

The total chord length.

.NET Framework

Supported in: 4.8

In this article

Definition