Enum SplineKnotParameterization
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: CADability.dll
Syntax
public enum SplineKnotParameterization
Fields
| Name | Description |
|---|---|
| FitChord | Chord-Length method. |
| FitCustom | Only applicable when a spline has been converted from the control points to the fit point creation method. |
| FitSqrtChord | Centripetal method. |
| FitUniform | Equidistant method. |