PK_patch_mobility_t   

typedef int PK_patch_mobility_t;

Used in:

PK_FACE_change_patch_o_t


This datatype determines how a patch is to be treated by the clash
resolution behaviour as set by PK_FACE_grow_t. It has the values:

    PK_patch_mobility_fixed_c  All of the patch faces are to be treated as
                               fixed.

    PK_patch_mobility_moving_c Each patch face is to be treated as moving
                               unless:
                               - the face is a member of 'tool_patches' and
                               - the corresponding face in 'target_patches' has
                                 no other operation apart from this patch,
                               in which case the face is to be treated as
                               fixed.