Q3NURBPatch_SetVKnot
You can use theQ3NURBPatch_SetVKnotfunction to set the value of a knot in the v parametric direction.
TQ3Status Q3NURBPatch_SetVKnot ( TQ3GeometryObject nurbPatch, unsigned long knotIndex, float knotValue);
nurbPatch- A NURB patch.
knotIndex- An index into the
vKnotsfield of the specified NURB patch.knotValue- The desired value of the specified knot.
DESCRIPTION
TheQ3NURBPatch_SetVKnotfunction sets the knot value of the NURB patch specified by thenurbPatchparameter having the knot index specified by theknotIndexparameter in thevKnotsarray of v knots to the value specified by theknotValueparameter.