This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 SplineKnotParameterizationVB
Public Enumeration SplineKnotParameterizationC++
public enum class SplineKnotParameterizationF#
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. |