Click or drag to resize

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
C#
public enum SplineKnotParameterization
Request Example View Source
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