See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: What controls new floating viewport zoom scale factor?

  1. #1
    100 Club r424andy's Avatar
    Join Date
    2006-01
    Location
    In this Chair
    Posts
    170
    Login to Give a bone
    0

    Default What controls new floating viewport zoom scale factor?

    What controls what the new viewport is zoomed in on in the new drawing.

    This is what I'm trying to do.

    I have one drawing with geometry in model space an layout tabs set up zoomed in on certain objects
    I have a second drawing that with geometry located in the exact same position as the first.
    I want to copy the layout tabs from the first (design center) to the the second and maintain the zoom target.

    I seem to remember this working before.....or maybe I'm just losing it...lol

  2. #2
    AUGI Director scott.wilcox's Avatar
    Join Date
    2015-11
    Location
    Edmonton, Alberta
    Posts
    990
    Login to Give a bone
    1

    Default Re: What controls new floating viewport zoom scale factor?

    Quote Originally Posted by r424andy
    What controls what the new viewport is zoomed in on in the new drawing.

    This is what I'm trying to do.

    I have one drawing with geometry in model space an layout tabs set up zoomed in on certain objects
    I have a second drawing that with geometry located in the exact same position as the first.
    I want to copy the layout tabs from the first (design center) to the the second and maintain the zoom target.

    I seem to remember this working before.....or maybe I'm just losing it...lol
    PSVPSCALE controls the viewport scale of newly created viewports.

    If you use designcenter, the viewport properties should not change if you drag it into another drawing.

  3. #3
    100 Club r424andy's Avatar
    Join Date
    2006-01
    Location
    In this Chair
    Posts
    170
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    It looks like there is some other sys variable I'm missing. Thisgs seem to work fine with some of my other drawings. hmmmm...ok found out what is happening...if i move my origin the target area remains in the same location as the original origin. Is there a way to move WCS origin?


    my sorce target area is at -10,-10,0
    my target drawing has the default origin at 0,0,0...every thing is well

    if i move my origin on my target drawing to 20,20,0
    and then insert the source layout
    the viewport will still be focused on -10,-10,0 in relation to the default origin and not the origin at 20,20,0

  4. #4
    AUGI Director scott.wilcox's Avatar
    Join Date
    2015-11
    Location
    Edmonton, Alberta
    Posts
    990
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    You can set both drawing UCS to world, then adjust as necessary. Have you tried using zoom, center to position your viewport?

  5. #5
    100 Club r424andy's Avatar
    Join Date
    2006-01
    Location
    In this Chair
    Posts
    170
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    this is an example of what is happening


    arrrg...large drawings with ALOT of viewports already set up with the WCS in some random spot...not good
    Attached Files Attached Files

  6. #6
    100 Club r424andy's Avatar
    Join Date
    2006-01
    Location
    In this Chair
    Posts
    170
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    as a repair I'm thinking this

    1. Move all model space geometry to WCS 0,0
    2. Create a lisp routine (I need help here) to take all viewports in all layouts and pan X,Y of the model space move

    Is there a lisp/macro sub-forum?
    Last edited by r424andy; 2007-01-31 at 07:04 PM.

  7. #7
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    Quote Originally Posted by r424andy
    Is there a lisp/macro sub-forum?
    Yes.

    We have an AutoLISP forum and AutoCAD Customization forum for macros and other AutoCAD customization.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  8. #8
    100 Club r424andy's Avatar
    Join Date
    2006-01
    Location
    In this Chair
    Posts
    170
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    Thank you Opie....I knew there was but I just could'nt seem to find it (now a favorite for quick acsess...lol)

    Starting to browse thru Auto Lisp to see if there is any thing I can use for this situation....any suggestions as to where to begin?...and should I post this situation over there?

  9. #9
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    Quote Originally Posted by r424andy
    Thank you Opie....I knew there was but I just could'nt seem to find it (now a favorite for quick acsess...lol)

    Starting to browse thru Auto Lisp to see if there is any thing I can use for this situation....any suggestions as to where to begin?...and should I post this situation over there?
    I don't recall anything specific, but you might be able to find something with a search of the AutoLISP forum.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  10. #10
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: What controls new floating viewport zoom scale factor?

    Quote Originally Posted by r424andy
    What controls what the new viewport is zoomed in on in the new drawing.

    This is what I'm trying to do.

    I have one drawing with geometry in model space an layout tabs set up zoomed in on certain objects
    I have a second drawing that with geometry located in the exact same position as the first.
    I want to copy the layout tabs from the first (design center) to the the second and maintain the zoom target.

    I seem to remember this working before.....or maybe I'm just losing it...lol
    I don't know about using the Design Center, but typically what I might do is use copy with base point from the one drawing and paste it into the next one, then turn on the viewports

Page 1 of 2 12 LastLast

Similar Threads

  1. Mouse Wheel Zoom in Factor Equal to Drawing Scale
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2009-07-05, 05:53 PM
  2. Relationship between Plot Scale and Zoom Factor
    By Jack Cheong in forum AutoCAD General
    Replies: 3
    Last Post: 2007-06-19, 10:55 AM
  3. Replies: 9
    Last Post: 2007-01-16, 04:35 PM
  4. Floating viewport automatic zoom extents
    By Beaglemommy in forum AutoCAD General
    Replies: 2
    Last Post: 2005-08-19, 10:45 PM
  5. Replies: 0
    Last Post: 2005-03-26, 05:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •