Author Topic: Move VP area in model  (Read 3234 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 1420
Move VP area in model
« 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 ?


DanB

  • Bull Frog
  • Posts: 367
Re: Move VP area in model
« Reply #1 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>

HasanCAD

  • Swamp Rat
  • Posts: 1420
Re: Move VP area in model
« Reply #2 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