PK_sweep_output_xsect_t   

typedef int PK_sweep_output_xsect_t;

Used in:

PK_BODY_make_swept_body_2_o_t


This datatype is used to control whether PK_BODY_make_swept_body_2 should
produce a swept body, or a body representing the cross-sections of the sweep.

PK_sweep_output_xsect_t has the values:

    PK_sweep_output_xsect_no_c         The resultant body will be the swept
                                       sheet or solid body.
    PK_sweep_output_xsect_yes_c        The resultant body will be a body
                                       representing the cross-sections of the
                                       sweep.
    PK_sweep_output_xsect_on_fail_c    The function should try to produce the
                                       swept body. If this is not possible, the
                                       function will attempt to produce the
                                       cross-sections instead.