PK_set_precision_report_t   

typedef int PK_set_precision_report_t;

Used in:

PK_EDGE_set_precision_o_t


PK_set_precision_report_t has the values:

   PK_set_precision_report_no_c   No report about short edges is generated.
                                  If short edges are present the error
                                  PK_ERROR_bad_tolerance will be returned.

   PK_set_precision_report_yes_c  Report about short edges is generated.
                                  If short edges are present the error
                                  PK_ERROR_edge_too_short will be returned,
                                  and a PK_REPORT_4_t of 'status'
                                  PK_REPORT_4_error_report_c containing
                                  the short edges in a single 'item_array'
                                  will be appended to the Parasolid report
                                  stream.
                                  Also a newly created Parasolid group of the
                                  short edges will be placed in the 'entity'
                                  field of the PK_ERROR_sf_t structure.