PK_FACE_change_data_t   

union PK_FACE_change_data_u
    {
    PK_FACE_change_data_offset_t    offset;    --- offset parameters
    PK_FACE_change_data_taper_t     taper;     --- taper parameters
    PK_FACE_change_data_transform_t transform; --- transform parameters
    PK_FACE_change_data_replace_t   replace;   --- replace parameters
    PK_FACE_change_data_blend_t     blend;     --- blend parameters
    PK_FACE_change_data_bend_t      bend;      --- bend parameters
    PK_FACE_change_data_patch_t     patch;     --- patch parameters
    PK_FACE_change_data_deform_t    deform;    --- deform parameters
    PK_FACE_change_data_radiate_t   radiate;   --- radiate parameters
    };
typedef union PK_FACE_change_data_u PK_FACE_change_data_t;


This union groups the definition of all the different change operation
parameters used in PK_FACE_change.

Used in:

PK_FACE_change_t


See here for more information.

Description of fields:



'offset'                 The operation parameter structure is interpreted as
                         an offset parameter structure.


'taper'                  The operation parameter structure is interpreted as
                         a taper parameter structure.


'transform'              The operation parameter structure is interpreted as
                         a transform parameter structure.


'replace'                The operation parameter structure is interpreted as
                         a replace-surface parameter structure.


'blend'                  The operation parameter structure is interpreted as
                         a blend parameter structure.


'bend'                   The operation parameter structure is interpreted as
                         a bend parameter structure.


'patch'                  The operation parameter structure is interpreted as
                         a patch parameter structure.


'deform'                 The operation parameter structure is interpreted as
                         a deform parameter structure.


'radiate'                The operation parameter structure is interpreted as
                         a radiate parameter structure.