PK_taper_undercut_t   

typedef int PK_taper_undercut_t;

Used in:

PK_BODY_taper_o_t


Undercut in tapering occurs when a draft surface cuts into the wrong side
of the face to be tapered and will require some material to be removed
from the model in order for the operation to succeed.

The values of PK_taper_undercut_t determine how Parasolid will proceed if
undercut on reference edges is detected. By default (PK_undercut_ref_no_c),
the taper operation will fail when undercut is detected. When set to
PK_undercut_ref_yes_c, Parasolid will proceed with the taper operation
and attempt to resolve the undercut by removing material from the model.

    PK_taper_undercut_ref_no_c  : Undercut on reference edges is not allowed.
    PK_taper_undercut_ref_yes_c : Undercut on reference edges is allowed.