PK_FACE_change_data_offset_t   

struct PK_FACE_change_data_offset_s
    {
    double   distance;              --- offset distance
    };
typedef struct PK_FACE_change_data_offset_s PK_FACE_change_data_offset_t;


Parameters of change operation offset.

Used in:

PK_FACE_change_data_t


Description of fields:


'distance'               Signed distance by which the faces will be offset,
                         oriented in the direction of the face normal.
                         If the offset option 'reference' is PK_ENTITY_null
                         then this distance is measured from the original
                         position of each face. Otherwise it is measured from
                         the resultant position of the given 'reference' face.