PK_BCURVE_overdefined_t   

typedef int PK_BCURVE_overdefined_t;

Used in:

PK_BCURVE_create_spline_2_o_t
PK_BCURVE_create_spline_o_t


This datatype is used to determine the behaviour when the position, parameter
and derivative conditions (locally) overdefine a spline of the given knotset.

It has the values:

    PK_BCURVE_overdefined_fail_c    Fail if the spline is overdefined.

    PK_BCURVE_overdefined_insert_c  The resultant B-curve will have knots
                                    inserted, additional to those specified by
                                    the user, such that the position, parameter
                                    and derivative conditions can be met.