How to trim allot of pieces fast?

 From:  Michael Gibson
11785.5 In reply to 11785.1 
Hi Matadem,

re:
> How would I trim these 48 pieces fast? I need to cut out the shapes out of the circle.

With closed curves you can use boolean difference which can speed things up.

Start with the circle selected:



Then run Construct > Boolean > Difference. The prompt will say "Select objects to subtract", select the diamond shapes:



You will then get this result:



- Michael