PK_LROD_coi_t   

typedef int PK_LROD_coi_t;

Used in:

PK_LATTICE_clip_o_t


This datatype specifies whether lrods that are coincident with one or more
clipping entities survive.

PK_LROD_coi_t can take the values:

    PK_LROD_coi_keep_all_c        All lrods coincident with a clipping entity
                                  survive.
    PK_LROD_coi_keep_connected_c  Lrods coincident with a clipping entity
                                  survive if they are connected to surviving
                                  non-coincident ltopology.
    PK_LROD_coi_delete_c          All lrods coincident with a clipping entity
                                  are deleted.