Converting to Plines

Discussion in 'AutoCAD' started by MGreisen, Dec 22, 2004.

  1. MGreisen

    MGreisen Guest

    Does anyone know of a way of converting many lines into Plines without joining/filleting them. ( The lines aren't all joint and I want them to stay that way, but I'd like a way to select the hundreds of lines I have and turn them into Plines to give them a width)
     
    MGreisen, Dec 22, 2004
    #1
  2. With PEDITACCEPT = 1 (2004 & 2005 only)
    Command: pedit
    Select polyline or [Multiple]: m
    Select objects: Specify opposite corner: 5 found
    Select objects:
    Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]: w
    Specify new width for all segments: 6
    Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]:

    With PEDITACCEPT = 0 (2002 and earlier behavior)
    Command: pedit
    Select polyline or [Multiple]: m
    Select objects: Specify opposite corner: 5 found
    Select objects:
    Convert Lines and Arcs to polylines [Yes/No]? <Y> y
    Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]: w
    Specify new width for all segments: 6
    Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]:
     
    Daniel J. Altamura, R.A., Dec 22, 2004
    #2
  3. MGreisen

    MGreisen Guest

    Sorry, dumb question.

    Thanks
     
    MGreisen, Dec 22, 2004
    #3
  4. MGreisen

    teiarch Guest

    McG: Type PE, select a line; you'll be asked of you want to turn it into a polyline. Press enter or type Y and enter.

    Since I don't have all the latest software that the other poster has at his disposal nor (obviously) the expanse of knowledge (length of post), I have to muck around on the lowly command line.
     
    teiarch, Dec 23, 2004
    #4
  5. All I did was copy and paste from the text screen. Whether or not you need
    to answer yes depends upon the value of the PEDITACCEPT system variable.
    This is new to 2004 and 2005. Previous versions act as if PEDITACCEPT=0.
     
    Daniel J. Altamura, R.A., Dec 23, 2004
    #5
  6. MGreisen

    timandjo Guest

    I have custom button with following string in buuton props
    ^C^C_pedit;\y;j to pick a line then pick further lines to turn into pline
    ^C^C_pedit;\j;\ pick a pline then add further lines
     
    timandjo, Jan 9, 2005
    #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.