Zouhuaming Posted March 21, 2013 Posted March 21, 2013 I have some dxf files, and I want to scale all the files, then save as .dwg files. This is my script. scale all -2,-10 54.68 saveas But it do not work, please help me,THX! Quote
MSasu Posted March 21, 2013 Posted March 21, 2013 You will need to provide another to end the selection set - that it, after "all" place two spaces: scale all -2,-10 54.68 Quote
Zouhuaming Posted March 27, 2013 Author Posted March 27, 2013 You will need to provide another to end the selection set - that it, after "all" place two spaces: scale all -2,-10 54.68 THX! It's OK now. Quote
BIGAL Posted March 27, 2013 Posted March 27, 2013 Why not DXFIN dxf1 scale all -2,10 54.68 saveas dwg1 close DXFIN dxf2 scale all -2,10 54.68 saveas dwg2 close DXFIN dxf3 scale all -2,10 54.68 saveas dwg3 close Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.