PK_LATTICE_make_bodies   

PK_ERROR_code_t                   PK_LATTICE_make_bodies
(
--- received arguments ---
PK_LATTICE_t                      lattice,   --- lattice
const PK_LATTICE_make_bodies_o_t *options,   --- options structure

--- returned arguments ---
PK_LATTICE_make_bodies_r_t *const results    --- result structure
)


This function makes a solid facet body from the given 'lattice'.


Specific Errors:
    PK_ERROR_bad_option_data    bad option data (MILD)
    PK_ERROR_cant_make_body     failed to make body (MILD)
    PK_ERROR_invalid_geometry   found invalidities in the lattice that prevent
                                body creation (MILD)


The function creates a solid facet body from the provided 'lattice'. The body
will have no edges or vertices. The facet body will approximate the underlying
structure of the 'lattice'.