Treehugger Posted May 27, 2019 Posted May 27, 2019 As the title suggests I am looking for help on how to merge overlapping circles to form an overlapping shape as per the attached. I created the attached in Adobe illustrator. How can I achieve the same result in AutoCAD. Thank you for any assistance you can provide. Quote
lrm Posted May 27, 2019 Posted May 27, 2019 Convert the circles to regions then do a Boolean Union. Quote
Treehugger Posted May 27, 2019 Author Posted May 27, 2019 33 minutes ago, lrm said: Convert the circles to regions then do a Boolean Union. Hmm. Thanks for your response. lrm How do I do that? Quote
lrm Posted May 27, 2019 Posted May 27, 2019 Give the region command and then select all the circles. After converting the circles to regions give the union command and select all the regions. The resulting shape is a region. If you want it as a single polyline then explode the shape which will make it a bunch of arcs. YOu can then use pedit join (J) to join the arcs into a single polyline. 1 Quote
Treehugger Posted May 27, 2019 Author Posted May 27, 2019 Excellent! Thank you very much for taking the time to set it out for me. Quote
steven-g Posted May 27, 2019 Posted May 27, 2019 Another method would be to draw a rectangle larger than the circles (so they are inside the box) and then use the "boundary" command, make sure island detection is turned on and then pick a point inside the box, but outside the circles, and it will draw a polyline for you tracing the outer edge of all the inner circles. Then delete the bits you no longer need. 2 Quote
Treehugger Posted May 28, 2019 Author Posted May 28, 2019 Thanks steven-g. That sounds like a quicker route. I am going to try that too. Cheers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.