PK_facet_go_interleaved_t   

typedef int PK_facet_go_interleaved_t;

Used in:

PK_TOPOL_render_facet_go_o_t


This field can take any one of the following values.
    PK_facet_go_interleaved_no_c  : output all the facets for one body before
                                    beginning to output facets from another
                                    body (default).
    PK_facet_go_interleaved_yes_c : facets are output on a face by face basis.
                                    In cases where there are multiple instances
                                    or multi-threading is turned on facets for
                                    a particular face are output as soon as
                                    possible so facets may be output from
                                    different bodies consecutively.

See GO options for more information.