Mohamed_Essam_2000 Posted Thursday at 02:01 AM Posted Thursday at 02:01 AM I need a lisp to draw circles (1.5mm Dia ) on the ends of one selected line after that trim inside the circles then delete the line. Quote
fuccaro Posted yesterday at 11:53 AM Posted yesterday at 11:53 AM @Mohamed_Essam_2000 I think you should learn to code. AutoLisp is not hard to learn... Quote
fuccaro Posted yesterday at 12:04 PM Posted yesterday at 12:04 PM Quote [...] after that trim inside the circles then delete the line. I think you meant "then delete the circles" AutoCAD already has a built-in command for that. Search the help file for LENGTHEN. Use the Delta option and enter -0.75 (negative number!) to get the line shortened. Also to make a line shorter, the Lisp I posted as answer to your other request (to extend a line) can be rewritten to suit your need. To rewrite it - that will be your pleasure! Quote
Jonathan Handojo Posted 18 hours ago Posted 18 hours ago 16 hours ago, fuccaro said: @Mohamed_Essam_2000 I think you should learn to code. AutoLisp is not hard to learn... When I first started learning, I could barely get any functions running... with which I didn't know any way to debug. Like, I didn't understand what the heck the DXF codes are (why 8? why 40?), or what the heck assoc and cdr are. It wasn't easy for me, at least. 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.