 |
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_mesh_t mesh; --- bad meshes (PK_check_mesh_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_nmnl_geom_t nmnl_geom; --- bad nominal geometry
--- (PK_check_nmnl_geom_yes_c)
PK_check_returns_t returns; --- return version of fault information
--- (PK_check_returns_0_c)
PK_check_attribs_t attribs; --- system attribute validity checks
--- (PK_check_attribs_no_c)
};
typedef struct PK_FACE_check_o_s PK_FACE_check_o_t;
Holds optional controls for checking a face.
Used in:
PK_FACE_check
The option structure defines options applicable to checking a face.