PK_FACE_change_data_taper_t   

struct PK_FACE_change_data_taper_s
    {
    PK_VECTOR_t         direction;        --- taper direction
    double              angle;            --- taper angle (radian)
    int                 n_refs;           --- number of reference entities
    const PK_ENTITY_t  *references;       --- taper reference entities
    };
typedef struct PK_FACE_change_data_taper_s PK_FACE_change_data_taper_t;


Parameters of change operation taper. For more details about these parameters,
please see PK_FACE_taper.

Used in:

PK_FACE_change_data_t


Description of fields:



'direction'              Taper direction.


'angle'                  Taper angle (in radians).


'n_refs'                 Size the 'references' array.


'references'             Array of the taper reference entities

                         If multiple faces are mapped to a single operation,
                         'n_refs' must be either one, or the number of faces
                         mapped to this operation, in which case the related
                         faces will each be mapped to a single reference in
                         the order which they appear in the 'faces' array.

                         (cf PK_FACE_taper).