>> "70-80 different polylines"
The result are 70-80 dxf, right? (or one dxf with 70-80 polylines?
>>that I needed to do this with. If it was one or two I would try that but this wouldn't be too beneficial with larger numbers "
I can't follow you, the movement would be part of your macro - takes 0 seconds and no effort for you.
Perhaps I miss the case, but I guess I am right and you are off the track.
>>"and would make it hard to keep track of what had been converted and what hadnt"
?? I can't follow you again.
The already converted part gone after Wblock (depend of your setting/command version),
or if you like it: kepp the converted objects and set the color to pink* for example.
To make sure I don't misunderstood, please tell me/us how in detail you work.
Let's say we have one file D:\test\sample1.dwg with 2 relevant objects inside (far away from 0,0).
What do you do, from the first to the last step in detail please.
For example (please correct me), that is what I think what you do until now:
- open D:\test\sample1.dwg
-start wblock, Option Object selection, select object1, set path and name to d:\test\mypart1.dxf
-start wblock, Option Object selection, select object2, set path and name to d:\test\mypart2.dxf
- close D:\test\sample1.dwg
-open d:\test\mypart1.dxf start move command, move the object to 0,0, save & close the file
-open d:\test\mypart2.dxf start move command, move the object to 0,0, save & close the file
right? wrong? please explain in same details
What I prefer to do im this case:
Use a Macro which works this way:
In a loop: Select object(s), cutclip, pasteclip,0,0, Wblock objects previous <ask for DXF name>
so you have to select objects, type in the dxf name and this 70-80time in a row, finish.
*^C^C^C_.CUTCLIP;\;_.PASTECLIP;_non;*0,0;_.-WBLOCK;\16;;*0,0;_last;;
Start macro
select ONE object by click (if you need to select multiple objects, you need an edit og this macro)
type in the filename (incl. ".dxf")