PK_BODY_simplify_t   

typedef int PK_BODY_simplify_t;

Used in:

PK_BODY_make_lofted_body_o_t
PK_BODY_make_swept_body_2_o_t
PK_BODY_make_swept_body_o_t
PK_BODY_make_swept_profiles_o_t


This datatype indicates the level of simplification to be undertaken when
producing swept or lofted bodies. It applies to the local simplification of
the surfaces generated by the sweep or loft, but will not affect the topology
of the resulting body.

It has three values
    PK_BODY_simplify_analytic_c     Try to make local simplifications to
                                    produce analytic surfaces
    PK_BODY_simplify_swept_spun_c   Try to make local simplifications to
                                    produce analytic, swept or spun surfaces
    PK_BODY_simplify_no_c           Attempt no simplifications

The value PK_BODY_simplify_swept_spun_c overrides the session switch
PK_SESSION_set_swept_spun_surfs. In particular, if the session switch is set to
PK_LOGICAL_false, the function may produce swept surfaces or spun surfaces.