PK_NABOX_quality_t   

typedef int PK_NABOX_quality_t;

Used in:

PK_TOPOL_find_nabox_o_t


This datatype determines the method which PK_TOPOL_find_nabox should use
for finding its non-aligned bounding boxes.

It can take the values:

    PK_NABOX_quality_standard_c:   Choose the orientation of the bounding
                                   box based on topological information,
                                   and on the mass properties of the entities
                                   being boxed.

    PK_NABOX_quality_improved_c:   Calculate a bounding box based solely on
                                   the geometry of the entities being boxed.
                                   The bounding boxes returned when this
                                   option is chosen will generally be:

                                   o of smaller volume

                                   o less sensitive to small changes of input

                                   o less sensitive to changes of input which
                                     do not affect the convex hull of the input
                                     entities