List of NURBS Results

3DS Max Plug-In SDK

List of NURBS Results

See Also: Working With NURBS.

These results show up when one is modifiying existing objects. This enum has the following choices:

kNOk

The function succeeded.

kNInvalidObject

The specified object was invalid. For example, if you use the SetSurfaceApprox() function and specify a non-NURBS object as input you'll get this error.

kNInvalidId

The specified ID was invalid. For example, if you use the Transform() function and pass an invalid NURBSId you'll get this error.

kNInvalidParameter

A specified parameter was invalid. For example if you tried to create a cone using GenNURBSConeSurface() with a radius <=0 you'd get this error.

kNBad

The function failed. This is a catch-all for any kind of unwanted result not covered above.