ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Enumerations Reference / enumIGVectNURBSFlags
In This Topic
    enumIGVectNURBSFlags
    In This Topic

    These constants define different non-uniform rational Bi-spline flags.

    Values:

    IG_VECT_NURBS_UNIFORM The spline is uniform.
    IG_VECT_NURBS_RATIONAL The spline is rational.
    IG_VECT_NURBS_MCLOSED The spline is closed in M-direction.
    IG_VECT_NURBS_NCLOSED The spline is closed in N-direction.
    IG_VECT_NURBS_MINTERPOLATE The curve must be interpolated in M-direction.
    IG_VECT_NURBS_NINTERPOLATE The curve must be interpolated in N-direction.
    IG_VECT_NURBS_MFIT Not currently used.
    IG_VECT_NURBS_NFIT Not currently used.