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 419
0250e57c 69f0 6826 fbc6 7ded585d9017
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the knot parameterization computational method.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public SplineKnotParameterization KnotParameterization { get; set; }
VB
Public Property KnotParameterization As SplineKnotParameterization
Get
Set
C++
public:
property SplineKnotParameterization KnotParameterization {
SplineKnotParameterization get ();
void set (SplineKnotParameterization value);
}
F#
member KnotParameterization : SplineKnotParameterization with get, set
Not usable. When initializing a Spline through a set of fit points, the resulting spline is approximated creating a list of cubic bezier curves. It is only informative for splines that has been loaded from a DXF file.