typedef int PK_DEBUG_diff_t; This data type specifies the types of differences that have been found when comparing two bodies. PK_DEBUG_diff_n_shells_c Different no. shells found PK_DEBUG_diff_n_faces_c Different no. faces found PK_DEBUG_diff_n_loops_c Different no. loops found PK_DEBUG_diff_n_acc_edges_c Different no. accurate edges found PK_DEBUG_diff_n_tol_edges_c Different no. tolerant edges found PK_DEBUG_diff_n_fins_c Different no. fins found PK_DEBUG_diff_n_acc_vxs_c Different no. accurate vertices found PK_DEBUG_diff_n_tol_vxs_c Different no. tolerant vertices found PK_DEBUG_diff_n_vxs_c Different no. total vertices found PK_DEBUG_diff_n_cht_pts_c Different no. chart points found PK_DEBUG_diff_surf_dev_c Matching surfaces deviate by given distance PK_DEBUG_diff_curve_dev_c Matching curves deviate by given distance PK_DEBUG_diff_vx_dev_c Matching vertices deviate by given distance PK_DEBUG_diff_surf_class_c Matching surfaces are of different class PK_DEBUG_diff_curve_class_c Matching curves are of different class PK_DEBUG_diff_edge_tol_c Matching edges have different tolerances PK_DEBUG_diff_vx_tol_c Matching vertices have different tolerances PK_DEBUG_diff_face_sense_c Matching faces have different sense PK_DEBUG_diff_surf_sense_c Matching surfaces have different sense PK_DEBUG_diff_curve_sense_c Matching curves have different sense PK_DEBUG_diff_vx_missing_c Missing vertex PK_DEBUG_diff_face_match_c Non-matched face found PK_DEBUG_diff_fin_match_c Non-matched fin found PK_DEBUG_diff_vx_match_c Non-matched vertex found