 | SplineKnotParameterization Enumeration |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Specifies the knot parameterization, computational methods that determines how the component curves between successive fit points within a spline are blended.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
Members|
| Member name | Value | Description |
|---|
| FitChord | 32 |
Chord-Length method.
|
| FitSqrtChord | 64 |
Centripetal method.
|
| FitUniform | 128 |
Equidistant method.
|
| FitCustom | 256 |
Only applicable when a spline has been converted from the control points to the fit point creation method.
|
See Also