Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

true coordinates start and end of layout page?

1 REPLY 1
Reply
Message 1 of 2
The_Caddie
292 Views, 1 Reply

true coordinates start and end of layout page?

Hi I’m trying to create a view port, which covers my entire layout (white/ page area) using the following command

 

(command “mview” ‘(0 0 0) ‘(297.5 210 0))

However as you will note 0,0,0 is not the very edge corner of my layout (white area) and my white area is smaller then 297.5x 210mm (standard A4 landscape size)

 

Dose any body know how to obtain the exact measurements and starting coordinates to fully fill my entire layout page (white area)?

1 REPLY 1
Message 2 of 2
Kent1Cooper
in reply to: The_Caddie


@The_Caddie wrote:

Hi I’m trying to create a view port, which covers my entire layout (white/ page area) using the following command

 

(command “mview” ‘(0 0 0) ‘(297.5 210 0))

However as you will note 0,0,0 is not the very edge corner of my layout (white area) and my white area is smaller then 297.5x 210mm (standard A4 landscape size)

 

Dose any body know how to obtain the exact measurements and starting coordinates to fully fill my entire layout page (white area)?


(command "_.mview" (getvar 'limmin) (getvar 'limmax))

Kent Cooper, AIA

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

Post to forums  

Autodesk Design & Make Report

”Boost