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

d4283cc9 e9b7 2f74 4aed eaf29411c0a8

haplokuon edited this page May 6, 2023 · 1 revision

UniqueKnot Constructor

netDxf 3.0.0 Library

Initializes a new instance of the UniqueKnot class

Definition

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

C#

public UniqueKnot(
	double t,
	int multiplicity
)

VB

Public Sub New ( 
	t As Double,
	multiplicity As Integer
)

C++

public:
UniqueKnot(
	double t, 
	int multiplicity
)

F#

new : 
        t : float * 
        multiplicity : int -> UniqueKnot

Parameters

  Double
\[Missing <param name="t"/> documentation for "M:netDxf.GTE.UniqueKnot.#ctor(System.Double,System.Int32)"\]
  Int32
\[Missing <param name="multiplicity"/> documentation for "M:netDxf.GTE.UniqueKnot.#ctor(System.Double,System.Int32)"\]

See Also

Reference

UniqueKnot Structure
netDxf.GTE Namespace

Clone this wiki locally