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 407
4ad9d06f 6453 ca47 3cbc 5bccbda92f06
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.GTE.BasisFunction.UniqueKnots"]
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