PK_imprint_connect_t   

typedef int PK_imprint_connect_t;

Used in:

PK_BODY_imprint_cus_vec_o_t
PK_FACE_imprint_cus_vec_o_t


This datatype specifies how to connect disjoint components of the imprint.

It has the values
    PK_imprint_connect_none_c       Do not connect at all
    PK_imprint_connect_side_c       Connect if possible with imprints on faces
                                    which are side on when viewed in the
                                    imprint direction
    PK_imprint_connect_all_c        Connect if possible with side and hidden
                                    faces
    PK_imprint_connect_side_all_c   Imprint all faces which are side on when
                                    viewed in the imprint direction, even if
                                    they do not connect disjoint components
    PK_imprint_connect_hidden_all_c Imprint all faces which are side on or
                                    hidden when viewed from the imprint
                                    direction, whether they connect disjoint
                                    components of the imprint or not.