Creates a list of polygons for every structure in every slice
poly_set_make(structure_list, parallel = FALSE, verbose = FALSE)
a list of point sets divided by structure
logical, should the drawing be done using multithreading? Uses the `future.apply` backend. Default is NULL
logical, should messages about the process be printed? Default is FALSE
A nested list containing ordered coordinates of points for every polygon for every structure in every slice, each point with an identifier for its grouping and hole status.