 |
PK_blend_local_check_t |
|
struct PK_blend_local_check_s
{
PK_blend_check_su_X_t check_su_X; --- check for self-intersecting
--- surfaces
--- ( PK_blend_check_su_X_no_c )
PK_blend_check_fa_t check_fa; --- check individual faces
--- ( PK_blend_check_fa_no_c )
PK_blend_check_fa_fa_t check_fa_fa; --- check for face-face
--- inconsistencies
--- ( PK_blend_check_fa_fa_no_c )
};
typedef struct PK_blend_local_check_s PK_blend_local_check_t;
This structure records information specifying the amount
of local-checking which shall be performed during a blending operation.
Used in:
PK_BODY_fix_blends_o_t
PK_FACE_make_blend_o_t
This structure contains a collection of switches which will determine
the level of extra checking performed during a blending operation.
Switching these checks on can increase the time taken to apply a blend.
'check_surf_X' controls the checking for self-intersecting surfaces.
'check_fa' controls the checking whether individual faces are valid.
'check_fa_fa' controls the checking for face-face inconsistencies.
See Local checking for more information.