NurbCurve3dInsertKnot Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
- Type: SystemDouble
See Also