PK_imprint_precision_t   

typedef int PK_imprint_precision_t;

Used in:

PK_CURVE_project_o_t


This datatype controls the resulting precision of imprinted topology.

It has the values:

PK_imprint_precision_auto_c      The precision of the imprinted topology is
                                 derived from the supplied operation tolerance,
                                 except for exact projections, which will
                                 result in accurate edges.

PK_imprint_precision_accurate_c  All new imprinted edges are accurate, which
                                 may mean re-approximating the projection
                                 curves such that they lie exactly in the
                                 surface.  Imprinted vertices may be tolerant
                                 if this is necessary to ensure chaining.