PK_swept_tool_update_t   
typedef int PK_swept_tool_update_t;

Used in:

PK_BODY_make_swept_tool_o_t


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

It can take the values:

    PK_swept_tool_update_0_c          for updating v24.1 and earlier models
    PK_swept_tool_update_1_c          for updating v25.0 - v26.0 models
    PK_swept_tool_update_v261_c       for updating v26.1 models
    PK_swept_tool_update_v270_c       for updating v27.0 models
    PK_swept_tool_update_v271_c       for updating v27.1 models
    PK_swept_tool_update_v280_c       for updating v28.0 models
    PK_swept_tool_update_default_c    activate latest functionality

Generated on: Fri, 04 Oct 2024 12:22:41 GMT