Author Topic: Zoom in Model while in Layout  (Read 1526 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 493
Zoom in Model while in Layout
« on: January 12, 2018, 03:18:22 AM »
Is it possible to zoom to a particular window coordinates in Model while current viewport is some Layout Tab.

kpblc

  • Bull Frog
  • Posts: 396
Re: Zoom in Model while in Layout
« Reply #1 on: January 12, 2018, 04:16:10 AM »
I think it's impossible. You can zoom only active space. Or you mean viewport? In this case you'll need to operate viewport properties (i think).
Sorry for my English.

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Zoom in Model while in Layout
« Reply #2 on: January 12, 2018, 08:24:59 AM »
Yes it's possible. You'll have to translate your paperspace coordinates.

https://www.theswamp.org/index.php?topic=29231.msg347755#msg347755
« Last Edit: January 12, 2018, 08:28:34 AM by jvillarreal »

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Re: Zoom in Model while in Layout
« Reply #3 on: January 14, 2018, 12:19:25 PM »
Is it possible to zoom to a particular window coordinates in Model while current viewport is some Layout Tab.
Do you mean something like:
Code: [Select]
(command "zoom" "c" "0,0,0" "48")
« Last Edit: January 16, 2018, 11:11:37 AM by Dommy2Hotty »