Click or drag to resize

SplineKnotParameterization Enumeration

Specifies the knot parameterization, computational methods that determines how the component curves between successive fit points within a spline are blended.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public enum SplineKnotParameterization
Members
  Member nameValueDescription
FitChord32 Chord-Length method.
FitSqrtChord64 Centripetal method.
FitUniform128 Equidistant method.
FitCustom256 Only applicable when a spline has been converted from the control points to the fit point creation method.
See Also