broncos15 Posted March 6, 2017 Posted March 6, 2017 I am trying to figure out a way to create closed polylines from a group of overlapping objects, without having to pick internal points. Similar to the region command and then intersect, the user would just need to select all the closed polylines that they want, the code would then create new objects and delete all of the original selected objects. Rather than delete all except the intersected objects, like the intersect command, it would just create all new objects. For example, if two rectangles intersected, the LISP would create three objects (one for the intersecting region, one each for the non intersecting region, just like the bpoly command if I pick inside the three different shapes), and delete the original two rectangles. Is this easily done using autocad commands, or do I need to figure out how to do it all using LISP? Quote
Lee Mac Posted March 6, 2017 Posted March 6, 2017 Assuming I've understood correctly, see here. Quote
broncos15 Posted March 6, 2017 Author Posted March 6, 2017 Assuming I've understood correctly, see here.Lee, that is exactly what I was looking for, thank you! 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.