PK_facet_quality_t   

typedef int PK_facet_quality_t;

Used in:

PK_TOPOL_facet_mesh_2_o_t
PK_TOPOL_facet_mesh_o_t


This datatype provides control over the quality of facets produced.

It has the following values:
    PK_facet_quality_standard_c     No extra checks are carried out to improve
                                    the quality of facets.
    PK_facet_quality_improved_c     Extra checks are carried out in order to
                                    produce facets of a higher quality.  The
                                    extra checks required to improve the
                                    quality of the facets may increase the
                                    overall facetting time in some cases.