PK_imprint_face_list_t   

typedef unsigned char PK_imprint_face_list_t;

Used in:

PK_BODY_imprint_faces_o_t
PK_FACE_boolean_o_t
PK_FACE_imprint_faces_o_t
PK_FACE_imprint_o_t
PK_FACE_instance_bodies_o_t


This datatype specifies whether the list of faces should be extended (if
possible) on the target only, the tool only or both the target and the tool.
It has four values
    PK_imprint_face_list_no_c       Do not extend the face list.
    PK_imprint_face_list_target_c   Extend face list on target.
    PK_imprint_face_list_tool_c     Extend face list on tool.
    PK_imprint_face_list_both_c     Extend face list on both the
                                    tool and target.