if all the pieces are in a separate groups you can use the foreach for that. Either select the by group or by value, put a delete sop in the foreach and delete everything but the current piece(in case of the by value option) and then pipe that in a file sop or rop geometry.
No need to use a foreach (which can be very slow if you have lots of pieces). Just pipe your voronoi tool into a delete sop and use the following expression in the group field:
myVoronoiGroup_`$F`
Set the operation to delete non-selected and plug it into a rop.
No need to use a foreach (which can be very slow if you have lots of pieces). Just pipe your voronoi tool into a delete sop and use the following expression in the group field:
myVoronoiGroup_`$F`
Set the operation to delete non-selected and plug it into a rop.