Remove vertices from polylines

Discussion in 'AutoCAD' started by Michael Bulatovich, Jun 28, 2003.

  1. Anyone have a lisp to do this? An "aim-and-fire" approach is preferred.
     
    Michael Bulatovich, Jun 28, 2003
    #1
  2. Michael Bulatovich

    bestafor Guest

    bestafor, Jun 28, 2003
    #2
  3. I don't need this very much, so I'm not going to write one. This link would
    help
    if I was going to do so, however.
     
    Michael Bulatovich, Jun 28, 2003
    #3
  4. Why you don't use the PEDIT (_Pedit -> _Edit -> Straighten ...) command?

    Juergen
     
    Jürgen Palme, Jun 29, 2003
    #4
  5. No, I dont't mean "decurve". I do this:

    Command: _pedit
    Select polyline or [Multiple]: [select a polyline]
    Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
    gen/Undo]: _e

    Enter a vertex editing option
    [Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit]
    <N>: _n
    Enter a vertex editing option
    [Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit]
    <N>: _n
    Enter a vertex editing option
    [Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit]
    <N>: _n

    [repeat "n" (or "p") until the marker is at the first vertex - P1 -
    wherefrom you want to delete vertexes]

    Enter a vertex editing option
    [Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit]
    <N>: _s
    Enter an option [Next/Previous/Go/eXit] <N>: _n
    Enter an option [Next/Previous/Go/eXit] <N>: _n
    Enter an option [Next/Previous/Go/eXit] <N>: _n

    [repeat "n" (or "p") until the marker is at the last vertex - P2 -
    whereto you want to delete vertexes]

    Enter an option [Next/Previous/Go/eXit] <N>: _g

    [now all vertexes between P1 and P2 will be deleted, voila]

    Enter a vertex editing option
    [Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit]
    <N>: _x
    Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
    gen/Undo]: [enter]
    Command:

    This command is known at least since Rel. 11.
    The command lines above are a copypaste from the text window in ACAD
    2004. May be in older versions this option is other labeled than
    "Straighten"? Usually I use german ACAD versions.

    Regards
    Juergen



     
    Jürgen Palme, Jun 29, 2003
    #5
  6. Wow. No matter how long I work with this thing, I never seem to get to "know
    it all".
    Thanks for that one Juergen.

    --

    MichaelB
    www.michaelbulatovich.com

     
    Michael Bulatovich, Jun 29, 2003
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.