PK_FACE_change_patch_o_t   

struct PK_FACE_change_patch_o_s
    {
    int                     o_t_version; --- version number of option structure
    PK_replace_patch_data_t patch_data;  --- patch data for faces
    PK_patch_mobility_t     mobility;    --- mobility of patch
                                         --- (PK_patch_mobility_fixed_c )
    };
typedef struct PK_FACE_change_patch_o_s PK_FACE_change_patch_o_t;


This structure contains optional controls for PK_FACE_change specific to the
replace with sheet operation.

Used in:

PK_FACE_change_opts_t


Description of fields:


'patch_data'        Structure containing the data to replace faces with
                    matching patch faces. See here for details.

'mobility'          Determines how the patch is to be treated by the clash
                    resolution behaviour as set by PK_FACE_grow_t.