 |
PK_FACE_delete_from_sheet_o_t |
|
struct PK_FACE_delete_from_sheet_o_s
{
int o_t_version; --- version number of option structure
PK_LOGICAL_t allow_disjoint; --- Whether to allow a disjoint body to
--- be returned.
--- (PK_LOGICAL_false)
};
typedef struct PK_FACE_delete_from_sheet_o_s PK_FACE_delete_from_sheet_o_t;
This structure contains optional controls for PK_FACE_delete_from_sheet.
Used in:
PK_FACE_delete_from_sheet
Description of fields:
'allow_disjoint' if set to PK_LOGICAL_true, then when the operation splits
the body into two or more components the function will
return a single disjoint body. If set to PK_LOGICAL_false
(the default) the disjoint body is returned as separate
bodies.