PK_clip_result_t   

typedef int PK_clip_result_t;

Used in:

PK_LATTICE_clip_r_t


This datatype specifies the result of a clipping operation.

PK_clip_result_t can take the values:

    PK_clip_result_success_c   The clipping operation succeeded.
    PK_clip_result_partial_c   One or more lattices have self-intersections.
    PK_clip_result_failed_c    The clipping operation failed.
    PK_clip_result_no_clash_c  None of the clipping entities interacted with
                               the lattice.
    PK_clip_result_no_clip_c   The supplied clipping entities did not clip the
                               lattice.