PK_blend_set_tol_t   

typedef int PK_blend_set_tol_t;

Used in:

PK_BODY_fix_blends_o_t


This datatype determines when a tolerance is to be applied to the blend.

It has the values:
    PK_blend_set_tol_yes_c        A tolerance will be applied when fixing
                                  blends if the blend would fail otherwise.
                                  A suitable tolerance is evaluated within
                                  Parasolid, and applied if the evaluated
                                  tolerance is less than the user-supplied
                                  maximum tolerance (default 1.0e-05).
    PK_blend_set_tol_no_c         A tolerance is never applied when fixing
                                  blends.

See Applying tolerance information to blends for more information.