Author Topic: Converting Lines to Polylines en masse  (Read 1677 times)

0 Members and 1 Guest are viewing this topic.

MarkO

  • Guest
Converting Lines to Polylines en masse
« on: January 21, 2005, 01:18:53 PM »
I have structural steel software that I use to generate a dxf file of structural steel framing plans. I bring this into A2005 and then do
my cleanup work and dimensioning.
I can with PEDIT convert the lines to polylines and work my through
the framing plan but is it it possible via lisp to select multiple & separate lines and do a convert to polyline en masse so that each individual line becomes an individual polyline?
 Currently i use a modified polyline lisp that i wrote and i just trace
over the existing lines laying polylines atop them and looping until i exit.

Any help is appreciated

CarlB

  • Guest
Converting Lines to Polylines en masse
« Reply #1 on: January 21, 2005, 01:55:25 PM »
Yes it's possible via lisp.  Also possible from the command line - "mpedit".

MarkO

  • Guest
Converting Lines to Polylines en masse
« Reply #2 on: January 21, 2005, 02:13:54 PM »
Thanks so much.

hyposmurf

  • Guest
Converting Lines to Polylines en masse
« Reply #3 on: January 21, 2005, 04:56:07 PM »
Youll also wnat to look at PEDITACCEPT.It will save from getting the annoying prompt.

Object selected is not a polyline
Do you want to turn it into one?


Applies to 2004 version and up.

jwisherd

  • Guest
Converting Lines to Polylines en masse
« Reply #4 on: January 24, 2005, 10:36:25 AM »
I use PLJOIN it will turn all selected objects to plines, and join up the ones theat meet (or are with in the tolerance you set) Works quite well with site plans that get exploded.
Not quite sure this is what yo are looking for, but it might help.