Community
AutoCAD LT Forum
Welcome to Autodesk’s AutoCAD LT Forums. Share your knowledge, ask questions, and explore popular AutoCAD LT topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Retrieve zoom scale

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
c.dufrene
787 Views, 5 Replies

Retrieve zoom scale

Hi there,

 

Maybe a "strange" question... (I'm on 2013LT)

 

In order to prepare WIKI pages for our internal documentation, I made some printscreen from AutoCAD.

As for the moment the source dwg is not too big, I can manage to pan, and take to shot.

But I will move to big dwg and I would like if there's a trick to find the zoom that is actually on my screen, so the shots have all the same scale ?

 

Thanks.

 

5 REPLIES 5
Message 2 of 6
steven-g
in reply to: c.dufrene

Not that strange Smiley Wink run the command modemacro and enter this

$M=$(getvar,viewsize)

This will then show you a number in the bottom left hand corner of your screen which is the height of your model view in the current screen, so you can visually check it is Always the same.

 

However that probably won't be very usefull so here are 3 macro's that might help.

 

Run this macro to determine how big your monitor is you should only ever need run this once unless you alter the size of your Autocad drawing window.

^C^C^Czoom;1;setenv;screen;$M=$(getvar,viewsize)

 

In your drawing adjust the view to the size that you want it, and then run this macro, just run this once for each drawing and you will be able to keep the same zoom scale in each view.

^C^C^Csetenv;SF;$M=$(getvar,viewsize)

 

 

Now move to your next place in the drawing and run this third macro, and the scale will be altered to be the same as the first one was

^C^C^Czoom;s;$M=$(/,$(getenv,screen),$(getenv,SF))

And if you can follow all that, well done.

 

Message 3 of 6
Erense
in reply to: c.dufrene

I suggest using your paperspace.

Not scaling but only panning in the window with a viewport with set scale.

Printscreen the shown viewport and crop that screenshot.

Or crop the screenshot made when made.

 

If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!

Kind regards,

Edwin Rense
Cadac Group AEC BV
Supporting Consultant AEC
Cadac Group .
Message 4 of 6
pendean
in reply to: c.dufrene

I suggest, instead of scale-less screenshots for your document, that you PLOT to a raster image set to a scale to capture the content you want.
Then when you add to the WIKI pages you match all the image scaling for all the images.

All the other advice is OK for amateur publishers, not publishing pros.
Message 5 of 6
c.dufrene
in reply to: c.dufrene

Thanks so far guys, I'll have a look...

 

@pendean: our need is not that much professional Smiley Wink

 

I quite like the viewport solution.

 

Message 6 of 6
Emmsleys
in reply to: c.dufrene

following up on your thread, please select Accept as Solution for any other post in this thread that helped resolve your issue, or reply with additional information if the problem persists.

 

Thanks Smiley Happy



Sarah Emmsley
Technical Support Specialist

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost