 |
PK_FACE_change_opts_t |
|
union PK_FACE_change_opts_u
{
const PK_FACE_change_offset_o_t *offset; --- offset specific options
const PK_FACE_change_taper_o_t *taper; --- taper specific options
const PK_FACE_change_transform_o_t *transform; --- transform specific opts
const PK_FACE_change_replace_o_t *replace; --- replace specific options
const PK_FACE_change_blend_o_t *blend; --- blend specific options
const PK_FACE_change_bend_o_t *bend; --- bend specific options
const PK_FACE_change_patch_o_t *patch; --- patch specific options
const PK_FACE_change_deform_o_t *deform; --- deform specific options
const PK_FACE_change_radiate_o_t *radiate; --- radiate specific options
};
typedef union PK_FACE_change_opts_u PK_FACE_change_opts_t;
This union groups the different possible types of operation specific options.
Used in:
PK_FACE_change_t
See Operation-specific options for more information.
Description of fields:
'offset' An options structure containing offset-specific
optional controls for PK_FACE_change
'taper' An options structure containing taper-specific
optional controls for PK_FACE_change
'transform' An options structure containing transform-specific
optional controls for PK_FACE_change
'replace' An options structure containing replace-specific
optional controls for PK_FACE_change
'blend' An options structure containing blend-specific
optional controls for PK_FACE_change
'bend' An options structure containing bend-specific
optional controls for PK_FACE_change
'patch' An options structure containing patch-specific
optional controls for PK_FACE_change
'deform' An options structure containing deform-specific
optional controls for PK_FACE_change
'radiate' An options structure containing radiate-specific
optional controls for PK_FACE_change