PK_FACE_grow_cb_t   

typedef int PK_FACE_grow_cb_t;

Used in:

PK_FACE_grow_cb_f_t


This datatype describes the action defined by callback function
PK_FACE_grow_cb_f_t. It has the values:

    PK_FACE_grow_cb_default_c   Use the user-specified 'grow' value.

    PK_FACE_grow_cb_auto_c      Parasolid determines which faces to grow.

    PK_FACE_grow_cb_faces1_c    Grow the first set of clashing faces.

    PK_FACE_grow_cb_faces2_c    Grow the second set of clashing faces.

    PK_FACE_grow_cb_no_c        No faces are grown, but the wound is capped
                                with faces of opposite normal at the site of
                                the clash location.

    PK_FACE_grow_cb_fail_c      Do not attempt to resolve the clash, but
                                instead fail if this situation occurs.