PK_boolean_prefer_t   

typedef int PK_boolean_prefer_t;

Used in:

PK_BODY_boolean_o_t
PK_FACE_boolean_o_t
PK_FACE_instance_bodies_o_t


This datatype may be used to indicate the preferred type of the resulting body
of a boolean operation.

It has the values:
    PK_boolean_prefer_solid_c:        The result of the boolean should be a
                                      solid body if possible.
    PK_boolean_prefer_sheet_c:        The result of the boolean should be a
                                      sheet body if possible.
    PK_boolean_prefer_wire_c:         The result of the boolean should be a
                                      wire body if possible.
    PK_boolean_prefer_general_c:      The resulting body type will be general.
    PK_boolean_prefer_original_c:     The result of the boolean should be a
                                      body of the same type as the target if
                                      possible.
    PK_boolean_prefer_simplest_c:     The resulting body type will be the
                                      simplest possible.