PK_transform_intent_t   

typedef int PK_transform_intent_t;

Used in:

PK_FACE_change_transform_o_t


This datatype specifies whether a rotation transformation is intended to add
or remove material, or produce the minimal rotation.

    PK_transform_intent_minimal_c   Produce the minimal rotation to the
                                    transformed face, regardless of whether it
                                    adds, removes, or adds and removes
                                    material.

    PK_transform_intent_grow_c      Produce the rotation that adds material.
                                    Fail if removal of material is detected.

    PK_transform_intent_trim_c      Produce the rotation that removes
                                    material. Fail if addition of material is
                                    detected.