 |
PK_FACE_replace_with_sheet_o_t |
|
struct PK_FACE_replace_with_sheet_o_s
{
int o_t_version; --- version number
double tolerance; --- tolerance for operation
--- (1.0e-06)
PK_check_fa_fa_t check_fa_fa; --- check for face-face
--- inconsistencies
--- (PK_check_fa_fa_yes_c)
PK_replace_patch_data_t patch_data; --- patch data for faces
};
typedef struct PK_FACE_replace_with_sheet_o_s PK_FACE_replace_with_sheet_o_t;
This options structure is supplied to the function to control behaviour
and checking when replacing faces with faces from a sheet body.
Used in:
PK_FACE_replace_with_sheet
Description of fields:
'tolerance' Tolerance. The default value is 1.0e-06.
'check_fa_fa' Check for face-face inconsistencies.
Values can be :
PK_check_fa_fa_no_c
PK_check_fa_fa_yes_c
The default value is PK_check_fa_fa_yes_c
'patch_data' Structure containing the data to replace faces with
matching patch faces. See here for details.