This function sets the order of the NURBS surface in n direction.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_NURBSsurface_set_norder(
HIG_VECT_ENTITY hEntity,
long nOrder
);
|
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
nOrder | long | Order in N-direction being set. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
If the count of knots in n direction is not equal to n_control_points + n_order then the n-knot vector is corrected.