PK_transmit_meshes_t   

typedef int PK_transmit_meshes_t;

Used in:

PK_PART_transmit_o_t
PK_PARTITION_transmit_o_t


This datatype determines where any mesh data are stored when transmitting
parts or partitions.

It has the values:

    PK_transmit_meshes_separate_c   transmit to a separate file
    PK_transmit_meshes_embedded_c   transmit within the part or partition file

To support PK_transmit_meshes_embedded_c, the transmit 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.