Creates a list of polygons for every structure in every slice

poly_set_make(structure_list, parallel = FALSE, verbose = FALSE)

Arguments

structure_list

a list of point sets divided by structure

parallel

logical, should the drawing be done using multithreading? Uses the `future.apply` backend. Default is NULL

verbose

logical, should messages about the process be printed? Default is FALSE

Value

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.