PK_check_vx_on_cu_t   

typedef int PK_check_vx_on_cu_t;

Used in:

PK_EDGE_attach_curves_o_t


This datatype controls the curves for which vertex checking will be performed
during their attachment to edges. This involves checking that a curve lies
within tolerance of an edge's vertices.

It has the values:

    PK_check_vx_on_cu_all_c            Checking is enforced for all vertices.

    PK_check_vx_on_cu_none_c           Checking is suppressed for all vertices.

    PK_check_vx_on_cu_unbounded_c      Checking is suppressed only for curves
                                       for which an interval is provided.