PK_receive_using_seek_t   

typedef int PK_receive_using_seek_t;

Used in:

PK_PART_receive_o_t
PK_PARTITION_receive_o_t


This datatype determines how delayed loading model data is handled.

It has the values:

    PK_receive_using_seek_no_c      read all model data in the file
                                    sequentially in the same Parasolid
                                    call before any is needed
    PK_receive_using_seek_yes_c     read only the data for an individual
                                    piece of the model as it is needed, by
                                    seeking within its file if supported

Delayed loading mesh data from part and partition files can use seek.

To support PK_receive_using_seek_yes_c, the receive option 'transmit_format'
must be one of the binary formats and the Frustrum seek function 'ffskxt'
must be registered using PK_SESSION_register_fru_2.