IG_vect_NURBSsurface_set_morder
This function sets an order of the NURBS surface in m direction.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_vect_NURBSsurface_set_morder(
HIG_VECT_ENTITY hEntity,
long nOrder
);
|
Arguments:
Name |
Type |
Description |
hEntity |
HIG_VECT_ENTITY |
Handle to the Entity. |
nOrder |
long |
Order in M-direction being set. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None
Remarks:
If the count of knots in m direction is not equal to m_control_points + m_order then the m-knot vector is corrected.