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

4ad9d06f 6453 ca47 3cbc 5bccbda92f06

haplokuon edited this page May 6, 2023 · 1 revision

UniqueKnots Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.BasisFunction.UniqueKnots"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public UniqueKnot[] UniqueKnots { get; }

VB

Public ReadOnly Property UniqueKnots As UniqueKnot()
	Get

C++

public:
property array<UniqueKnot>^ UniqueKnots {
	array<UniqueKnot>^ get ();
}

F#

member UniqueKnots : UniqueKnot[] with get

Property Value

UniqueKnot[]

See Also

Reference

BasisFunction Class
netDxf.GTE Namespace

Clone this wiki locally