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

0250e57c 69f0 6826 fbc6 7ded585d9017

haplokuon edited this page May 6, 2023 · 1 revision

KnotParameterization Property

netDxf 3.0.0 Library

Gets or set the knot parameterization computational method.

Definition

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

Property Value

SplineKnotParameterization

Remarks

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.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally