Batch scale

Batch scale

Imui
Advocate Advocate
951 Views
3 Replies
Message 1 of 4

Batch scale

Imui
Advocate
Advocate

Hello,

I need to scale a bunch on dwg's that come from another program.

Does anyone know of a macro or script for batch scaling?

I'm using AutoCAD LT 2016

0 Likes
952 Views
3 Replies
Replies (3)
Message 2 of 4

h_s_walker
Mentor
Mentor

How many drawings are there?

 

Are the objects you need to scale all in modelspace or are there paperspace items as well?

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 3 of 4

Imui
Advocate
Advocate
Usualy about 60, now 90.
They are independent dwg’s.
I need to scale the entire model space
0 Likes
Message 4 of 4

h_s_walker
Mentor
Mentor

Off the top of my head all the below will need to be in a script file

FILEDIA
0
FILEOPEN
"INSERT THE COMPLETE PATH TO YOUR DRAWING HERE"
TILEMODE
1
SCALE
ALL
0,0
1000
tilemode
0
qsAVE
FILEDIA
1
close

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes