PK_blend_orientation_t   

typedef int PK_blend_orientation_t;

Used in:

PK_FACE_change_blend_o_t
PK_FACE_make_3_face_blend_o_t
PK_FACE_make_3_face_blend_r_t


This datatype is used to control on which side of a wall of faces the
blend lies.

    PK_blend_orientation_before_c   The blend lies in the direction of
                                    the face normals.

    PK_blend_orientation_behind_c   The blend lies in the direction opposite
                                    the face normals.

    PK_blend_orientation_unknown_c  Parasolid will attempt to determine the
                                    correct orientation.