NurbCurve2dInsertKnot
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void InsertKnot(
double newKnot
)
Public Sub InsertKnot (
newKnot As Double
)
public:
void InsertKnot(
double newKnot
)
member InsertKnot :
newKnot : float -> unit
Parameters
- newKnot Double
-
See Also