PK_BODY_sweep_update_t   

typedef int PK_BODY_sweep_update_t;

Used in:

PK_BODY_make_swept_body_2_o_t


The default value of this datatype allows applications to take advantage of
the latest enhancements to the sweeping algorithm. To maintain consistency when
rebuilding models created in a previous version of Parasolid, a non-default
value should be passed.

    PK_BODY_sweep_update_0_c          for updating v22.0 and earlier models
    PK_BODY_sweep_update_1_c          for updating v22.1 - v24.0 models
    PK_BODY_sweep_update_2_c          for updating v24.1 models
    PK_BODY_sweep_update_3_c          for updating v25.0 - v26.0 models
    PK_BODY_sweep_update_v261_c       for updating v26.1 models
    PK_BODY_sweep_update_v270_c       for updating v27.0 models
    PK_BODY_sweep_update_v271_c       for updating v27.1 models
    PK_BODY_sweep_update_v280_c       for updating v28.0 models
    PK_BODY_sweep_update_default_c    activate latest functionality