How to check viewport dimensions in layout?

How to check viewport dimensions in layout?

Anonymous
Not applicable
4,137 Views
5 Replies
Message 1 of 6

How to check viewport dimensions in layout?

Anonymous
Not applicable

Dear All,

            how to check the viewport dimensions in layout. like a how to check the paperspace dimensions in layout?? 

0 Likes
Accepted solutions (2)
4,138 Views
5 Replies
Replies (5)
Message 2 of 6

maratovich
Advisor
Advisor

Specify your question.
I do not understand what you need.
Attach your example.

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes
Message 3 of 6

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

>> how to check the viewport dimensions in layout

It's a bit tricky as when you use command _DIST while paperspace is active and you use object snap to objects in modelspace you'll get the modelspace distance.

 

You'll get paperspace distance when

  • not using object snap (so AutoCAD don't know about an object in modelspace)
  • when you use object snap on objects that are placed in paperspace (e.g you might run command _CHSPACE so an object is transferred from modelspace to paperspace, then run _DIST and then use _CHSPACE to transfer the object back ... or copy an object in modelspace before transferring it to paperspace).

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 4 of 6

Anonymous
Not applicable

Dear Sir,

          how to check dimensions in layout, Herewith i attached photos, Blue marks are layout (PAPER SPACE) dimensions, red color marks are model space dimensions. my question is how to check the model space dimensions in layout (paper space).

        After completion of drawing we take a print (hard copy), how to check that hard copy scale dimensions in paper space??

   i hope now u can understand.layout normal.JPG

0 Likes
Message 5 of 6

RobDraw
Mentor
Mentor

@Anonymous wrote:

After completion of drawing we take a print (hard copy), how to check that hard copy scale dimensions


Have you tried one of these?

 

alvin-743pm-metric-civil-engineering-scale-30cm-4.gif


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 6 of 6

Moshe-A
Mentor
Mentor
Accepted solution

@Anonymous hi,

 

i see your model space is defined in meters and your paper space is defined in millimeters. this drags you to define these viewport scale ratio:

   1xp is 1:1000

   2xp is 1:500

2.5xp is 1:250


ps plot scale is 1=1 fix - am i right?!

all of this is due to AutoCAD limited to plot only in mm (or inch)

 

although this is the 'common' way to define drawings in AutoCAD, i would like to present you another way of thinking to do this and it is to synchronize paper space units to model space units e.g to move to meters.

(do not change your current work only we will do a test on another layout or saveas to new name)

  

let say you want to set A0 sheet size, create a new layout and delete the viewport. open page setup dialog and choose your large printer, choose A0 sheet size and set plot scale to 1000=1 and close dialog.


zoom all and create a viewport to maximize the space. now go to Format\Scale list (scalelistedit) and do reset to metric scale and add your favorite scale (e.g 1=1000, 1=500, 1=250 etc)

 
show the Viewport toolbar (if it's not already there) and select the viewport and choose 1:1000 or 1:500

now tell me isn't it more convenient to see the real scale 1:1000 or 1:500 or 1:250 on the viewport toolbar?

(instead of 1 or 2 or 2.5)

 

 moshe

0 Likes