This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
27407c97 6069 e17f 0914 b3933fe70153
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
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 (in netDxf.dll) Version: 3.0.0
C#
public enum SplineKnotParameterization
VB
Public Enumeration SplineKnotParameterization
C++
public enum class SplineKnotParameterization
F#
type SplineKnotParameterization
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. |