TheSwamp

CAD Forums => CAD General => Topic started by: HasanCAD on October 23, 2019, 11:55:46 AM

Title: Move VP area in model
Post by: HasanCAD on October 23, 2019, 11:55:46 AM
Hi All,

I am attaching PDFs to DWG and want to view each one in a separate layout as attached.
Distance in Model between each PDF is 1
Offset in VP is 370

I am wondering is there a way to move the viewport fir that distance ?

Title: Re: Move VP area in model
Post by: DanB on November 14, 2019, 04:49:42 PM
Not sure if this is what you are doing but..

Code: [Select]
Pan a Distance Within a Viewport
Double click the viewport to activate it.
-P <enter> to start the pan command in the command line.
Pick a point inside of the viewport to specify the base point.
Move the cursor in the desired direction of the pan (use ortho)
Enter the specific distance and hit <enter>
Title: Re: Move VP area in model
Post by: HasanCAD on November 20, 2019, 06:51:47 AM
Not sure if this is what you are doing but..

Code: [Select]
Pan a Distance Within a Viewport
Double click the viewport to activate it.
-P <enter> to start the pan command in the command line.
Pick a point inside of the viewport to specify the base point.
Move the cursor in the desired direction of the pan (use ortho)
Enter the specific distance and hit <enter>

Thanks DanB

I was asking for an idea to move VPort viewing area to another place
any way I made it.

Thnaks