converting conected objects into polylines

Discussion in 'AutoCAD' started by cmedinag, Mar 18, 2005.

  1. cmedinag

    cmedinag Guest

    hi, have a code segment that only works for polilynes, and i want to apply it to a multiple-object 2d figure. is a closed figure and i've heard that you can convert a selection of objects into a polyline.. is this true? how can i acomplish that?
    thanks!
     
    cmedinag, Mar 18, 2005
    #1
  2. Have you tried PEDIT/Join ?
     
    Tony Tanzillo, Mar 19, 2005
    #2
  3. cmedinag

    cmedinag Guest

    thanks! now.. how do i use it? i made a selection group and then call iT?
     
    cmedinag, Mar 20, 2005
    #3
  4. you could look into acad-help-file?


    _pedit 'start command
    _o 'option for multiple objects (acad2004 and higher)
    <select all objects you want to join>
    <enter>
    _y 'convert to poly
    '(this question may appear, depending on acad-variable in 2005)
    _j 'join
    <put a distance-value as fuzzy-tol>
    <enter> 'finish command


    - alfred -
     
    Alfred NESWADBA, Mar 20, 2005
    #4
  5. cmedinag

    Joe Sutphin Guest

    Take the coordinates of each individual line and use them as the coordinates
    for creating a new polyline. Then delete the original line segments thus
    giving the illusion of "converting" a group of connected line segments into
    a single polyline.

    Joe
     
    Joe Sutphin, Mar 22, 2005
    #5
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.