PK_EDGE_limit_t   

typedef int PK_EDGE_limit_t;

Used in:

PK_BODY_offset_o_t
PK_FACE_change_o_t
PK_FACE_offset_o_t


This datatype is used to specify how to constrain the maximum tolerance
required by each edge. It has three values:

    PK_EDGE_limit_no_c             Set edge tolerances automatically. This
                                   may result in edges having undesirably
                                   large tolerances.
    PK_EDGE_limit_report_c         Report any edges on which the operation
                                   set undesirably large tolerances with a
                                   PK_REPORT_1_ed_large_tol_c record.
    PK_EDGE_limit_yes_c            Fail if the operation would set undesirably
                                   large tolerances on any edges.

    A tolerance is considered undesirably large if it is more than the value
    of the operation tolerance or twice the original tolerance, whichever is
    the larger.