PK_PART_ask_con_lattices   

PK_ERROR_code_t      PK_PART_ask_con_lattices
(
--- received arguments ---
PK_PART_t            part,           --- a part

--- returned arguments ---
int           *const n_con_lattices, --- number of construction lattices (>=0)
PK_LATTICE_t **const con_lattices    --- construction lattices (optional)
)


This function returns the set of construction lattices connected to the given
part.


Specific Errors:
    PK_ERROR_child_body             (MILD) 'part' is a child body


The output array 'con_lattices' is optional. If it is set to NULL, the function
will only compute the number of construction lattices in the part.