Q3NURBCurve_SetKnot
You can use theQ3NURBCurve_SetKnotfunction to set a knot of a NURB curve.
TQ3Status Q3NURBCurve_SetKnot ( TQ3GeometryObject curve, unsigned long knotIndex, float knotValue);
curve- A NURB curve.
knotIndex- An index into the
knotsarray of knots for the specified NURB curve.knotValue- The desired value of the specified knot of the specified NURB curve.
DESCRIPTION
TheQ3NURBCurve_SetKnotfunction sets the value of the knot having the index specified by theknotIndexparameter in theknotsarray of the NURB curve specified by thecurveparameter to the value specified in theknotValueparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help