PK_sweep_repair_t   

typedef int PK_sweep_repair_t;

Used in:

PK_BODY_make_swept_body_2_o_t


This datatype is used to control whether to attempt repair of self-intersecting
surfaces in a swept body.

It has the values:

    PK_sweep_repair_no_c        Don't attempt self-intersection repair.
    PK_sweep_repair_yes_c       Attempt self-intersection repair.
    PK_sweep_repair_report_c    Attempt self-intersection repair and report
                                whether any surfaces have been repaired in the
                                function returned arguments.