PK_FACE_check_o_t   


struct PK_FACE_check_o_s
    {
    int                 o_t_version;  --- version number of option structure
    int                 max_faults;   --- limit on fault numbers (5)
    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)
    };

typedef struct PK_FACE_check_o_s PK_FACE_check_o_t;



Holds optional controls for checking a face.


The option structure defines options applicable to checking a face.