MoI discussion forum
MoI discussion forum

Full Version: How to trim allot of pieces fast?

From: Matadem
21 Aug   [#1]
Good day.
How would I trim these 48 pieces fast? I need to cut out the shapes out of the circle.

also thinking on this maybe in the future to get selection tools...like lasso , circular?

Tnx!

Attachments:
trimfilter.3dm

Image Attachments:
trim.JPG 


From: Frenchy Pilou (PILOU)
21 Aug   [#2]
In your special case
Maybe you have better time to make one losange module
then make an Radial Array
All makes maybe 2 seconds! :)

PS You must also put your object on the origin and not in the empty space of the galaxy! :)
Because some functions don't like this sort of thing!
From: BurrMan
21 Aug   [#3] In reply to [#1]
Here is one....


From: BurrMan
21 Aug   [#4] In reply to [#3]
Then using a surface and Boolean to generate the edges needed....


From: Michael Gibson
21 Aug   [#5] In reply to [#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

Image Attachments:
matadem_trim1.jpg  matadem_trim2.jpg  matadem_trim3.jpg 


From: BurrMan
21 Aug   [#6] In reply to [#5]
Or "Union" gives you the opposite side...
From: Matadem
21 Aug   [#7]
The boolean union is that I needed.

but strangly when I was tried this earlier It did not go.

Tnx!