PK_BSURF_lower_degree_o_t   

struct PK_BSURF_lower_degree_o_s
    {
    int          o_t_version;       --- options structure version
    PK_LOGICAL_t have_tolerance;    --- whether tolerance was specified
                                    --- (PK_LOGICAL_false)
    double       tolerance;         --- distance tolerance
    };

typedef struct PK_BSURF_lower_degree_o_s PK_BSURF_lower_degree_o_t;



This options structure defines optional controls for lowering the degree of
a bsurface.

Used in:

PK_BSURF_lower_degree



 'have_tolerance'   Whether a tolerance has been provided.  If this
                    is PK_LOGICAL_true, then the bsurf will not be
                    changed by more than 'tolerance'.  If this is
                    PK_LOGICAL_false, exact degree reduction will be
                    attempted, and 'tolerance' will be ignored.

 'tolerance'        The tolerance for the degree reduction.