michael256 Posted January 7, 2014 Posted January 7, 2014 Hi All, To add a vertex to a polyline, I usually hover over a grip until the drop menu comes down and I select add vertex. The problem is i have to do this for every vertex I want to add. I was just wondering if there's a way i can add multiple vertex with out going through the drop down menu. Thanks Quote
ReMark Posted January 7, 2014 Posted January 7, 2014 There are two lisp routines (see messages 2 and 3 of 9) in this thread at the AutoDesk Community - Visual Lisp forum. Maybe one of them will work for you. Disclaimer: I don't test; I only find. http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/add-vertex-to-polyline/td-p/905881 Or try the one by CAB2k (post #2) in this thread found at the AUGI website. http://forums.augi.com/showthread.php?68868-Adding-vertexes-to-a-polyline Last one, and probably the best (written by CADTutor forum member Lee Mac, and available at his website Lee Mac Programming. http://www.lee-mac.com/addpolyvertex.html Quote
nestly Posted January 7, 2014 Posted January 7, 2014 another from Augi (post #10 by _gile) http://forums.augi.com/showthread.php?68868-Adding-vertexes-to-a-polyline&p=766055&viewfull=1#post766055 If you're not familiar with lisps and simply want to try it out, download it to your computer, then drag the file ( AddVtx&DelVtx.lsp) onto your AutoCAD drawing area which will load it for the session. Type ADDVTX to use. Quote
alanjt Posted January 8, 2014 Posted January 8, 2014 http://www.theswamp.org/index.php?topic=30170.0 Quote
nestly Posted January 8, 2014 Posted January 8, 2014 Ah, improved version with demos... much cooler than mine, thanks Quote
alanjt Posted January 8, 2014 Posted January 8, 2014 Ah, improved version with demos... much cooler than mine, thanks gile's version (link I posted), is by far the most functional. I use it regularly. 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.