Results 1 to 3 of 3

Thread: pedit - a quicker way to add nodes?

  1. #1
    Member
    Join Date
    2001-05
    Posts
    17

    Question pedit - a quicker way to add nodes?

    Hi folks - long time since I posted, but now I am in need.

    I want to edit exisitng polylines, and add nodes where the plines are not accurate over a raster image.
    I know I can use pedit, but it is such a long winded process (especially when compared with other cad programmes where you can right click over a pline and add/delete nodes with ease).

    Any lisp ideas?

    Thanks
    Matt Beamish, Leicester, UK, Acad 2004 Win2k

  2. #2
    I could stop if I wanted to LanceMcHatton's Avatar
    Join Date
    2002-04
    Location
    Las Vegas, NV, USA
    Posts
    287

    Default Re: pedit - a quicker way to add nodes?

    The only way I can think of might be with Land Desktop.
    Lance McHatton

    AutoCAD Architecture 2008
    Windows Vista
    I swear, I did not dado that rabbet.

  3. #3
    AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL
    Posts
    1,098

    Default Re: pedit - a quicker way to add nodes?

    This macro will add a vertex to a picked point on a polyline.

    ^P(setq ss (ssget))(command "_break" ss);\@;(setq ss nil);_pedit;m;p;l;;j;0;;
    Tom Beauford P.S.M. - Civil 2013 on Windows 7 Pro
    Design Analysis - Leon County Public Works/Engineering
    2280 Miccosukee Rd. Tallahassee, FL 32308-5310
    Ph# (850)606-1516

Similar Threads

  1. Print quicker in 3D
    By jason907238 in forum AutoCAD General
    Replies: 1
    Last Post: 2008-01-19, 12:51 PM
  2. Design options, are they always quicker?
    By Martin P in forum Revit Architecture - General
    Replies: 3
    Last Post: 2004-09-29, 06:26 PM
  3. Even quicker Visibilty Graphics Key Stroke
    By Henry D in forum Revit Architecture - Tips & Tricks
    Replies: 3
    Last Post: 2003-06-13, 11:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •