struct PK_BODY_check_o_s { int o_t_version; --- version number of option structure int max_faults; --- limit on fault numbers (10) PK_check_geom_t geom; --- bad geometry (PK_check_geom_yes_c) PK_check_bgeom_t bgeom; --- bad B geometry (PK_check_bgeom_yes_c) PK_check_top_geo_t top_geo; --- topology/geometry inconsistency --- (PK_check_top_geo_yes_c) PK_check_size_box_t size_box; --- size box violation --- (PK_check_size_box_yes_c) PK_check_fa_X_t fa_X; --- face self intersection --- (PK_check_fa_X_yes_c) PK_check_loops_t loops; --- loop checks (PK_check_loops_yes_c) PK_check_fa_fa_t fa_fa; --- face face inconsistency --- (PK_check_fa_fa_yes_c) PK_check_sh_t sh; --- negated or inconsistent shells --- (PK_check_sh_yes_c) PK_check_corrupt_t corrupt; --- corrupt data or identifiers --- (PK_check_corrupt_yes_c) }; typedef struct PK_BODY_check_o_s PK_BODY_check_o_t; Holds optional controls for checking a body. The option structure defines options applicable to checking a body.