Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

27407c97 6069 e17f 0914 b3933fe70153

haplokuon edited this page May 6, 2023 · 1 revision

SplineKnotParameterization Enumeration

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.

Definition

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

Members

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.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally