PK_constrained_update_t   

typedef int PK_constrained_update_t;

Used in:

PK_BSURF_create_constrained_o_t


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

    PK_constrained_update_0_c          for updating v23.0 and earlier models
    PK_constrained_update_1_c          for updating v23.1 to v24.0 models
    PK_constrained_update_2_c          for updating v24.1 to v26.0 models
    PK_constrained_update_v261_c       for updating v26.1 models
    PK_constrained_update_v270_c       for updating v27.0 models
    PK_constrained_update_v271_c       for updating v27.1 models
    PK_constrained_update_v280_c       for updating v28.0 models
    PK_constrained_update_default_c    activate latest functionality