PDA

View Full Version : fillet lisp issue


prose
2009-04-01, 06:39 PM
I have a lisp routine I wrote with alot of help from you guys. :)
Thanks.
Anywho... it has worked flawlessly until today. For some reason it will fillet the opposite way or it may fillet correctly. :? It seems to act differently depending on where I select on the line. Any ideas. The Fillet6 routine is whats causing this issue.
I have attached the DWG and LSP.
Thanks.

prose
2009-04-07, 08:10 PM
Has anyone had a chance to try and check this out. For some reason, the Fillet command seems to work correctly sometimes while not other times. This is very frustrating.

icbinr
2009-04-07, 09:05 PM
I suspect it is because FILLET requires a pick point as well as the object to work.

If you look at your line. It is filleting towards the start point because it doesn't have a pick point to work with.

prose
2009-04-07, 09:55 PM
I suspect it is because FILLET requires a pick point as well as the object to work.

If you look at your line. It is filleting towards the start point because it doesn't have a pick point to work with.

Thanks for the response.
Any idea on how to add a pickpoint and fix this issue? :?

icbinr
2009-04-07, 10:42 PM
I would say that ENTSEL should do it but then you run into the issue of not being able to fillet 2 PLINEs.