Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

LISP for cleaning intersections

Status
Not open for further replies.

zorroxxxx

Structural
Joined
Jul 11, 2004
Messages
1
Location
US
Hi,

Does anyone have a LISP or Script that will clean up intersections? Both linear and radius intersections. I have been constantly trimming and after a few hundred thousand clicks, I figure there has to be an easier way. I've also have tried using BPOLY command but it creates polylines on top of existing lines, which I then have to delete. I am just learning LISP so I'm not sure how to conquer this problem.

I run Vanilla ACAD 2002

Any help will be greatly appreciated

Gary
 
I'm not entirely sure what you mean, but I will take a stab. I'm assuming you are talking about lines? And you jsut need them to "clean up" as in intersect? The easiest way to do this would be to use the fillet command. You dan set the radius to zero, so it is essentially just joind the two line at their intersection. (This also works with the chmafer command)

Hope this is what you were looking for!
Chris
 
try using the command OVERKILL. It's not documented, but cleans up intersections, overlaps and multiple lines.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top