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

Thread: Rotate Viewport

  1. #1
    100 Club
    Join Date
    2015-11
    Posts
    162
    Login to Give a bone
    0

    Cool Rotate Viewport

    Anyone know how to rotate the viewport in layout?
    thx a lot

    Jack Cheong

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    There's a couple of ideas here.

  3. #3
    100 Club
    Join Date
    2015-11
    Posts
    162
    Login to Give a bone
    0

    Cool Re: Rotate Viewport

    Quote Originally Posted by jaberwok View Post
    There's a couple of ideas here.
    DVIEW - TWIST - Angle
    Thanks, it work!

    Jack Cheong

  4. #4
    Active Member
    Join Date
    2005-09
    Location
    Georgia
    Posts
    82
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    I have a lisp routine that I run that does it quick and easily.

  5. #5
    All AUGI, all the time CADDmanVA's Avatar
    Join Date
    2006-12
    Location
    New Orleans, LA
    Posts
    881
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    DVIEW works really well, as mentioned above. An alternate is to rotate your UCS as needed, then use the command PLAN. Sometimes I think this is simpler than DVIEW.

  6. #6
    AUGI Addict
    Join Date
    2005-07
    Posts
    2,356
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    MVSETUP works too.

  7. #7
    Active Member
    Join Date
    2007-06
    Location
    South Florida
    Posts
    79
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    Quote Originally Posted by jack_fs2002 View Post
    Anyone know how to rotate the viewport in layout?
    thx a lot

    Jack Cheong
    I created a button and use the following macro. Use it within floating model space.

    1. Click the button,
    2. select a center point in the viewport for rotation.

    It will rotate the viewport 90 degrees. Repeat for 180, 270, etc. If you end up doing this frequently, create a second button that rotates clockwise. I chose zoom settings that work well for me and my work. You may want to tweak it to your needs.

    There are fancier ways to do it, but this way works for LT and the full version.

    ^C^C_UCS;N;none;\ucs;z;90;plan;;z;s;1/24;z;c;0,0;;ucs;;ucs;v;

  8. #8
    All AUGI, all the time bbapties's Avatar
    Join Date
    2003-12
    Location
    Palm Harbor, FL
    Posts
    537
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    Quote Originally Posted by CADDmanVA View Post
    An alternate is to rotate your UCS as needed, then use the command PLAN. Sometimes I think this is simpler than DVIEW.[/FONT]
    this is my prefered method because I like to use the Entity option and snap my UCS to an object that I want straight then do a PLAN command...(its actually setup as a macro for ease and speed)..i love it

  9. #9
    All AUGI, all the time CADDmanVA's Avatar
    Join Date
    2006-12
    Location
    New Orleans, LA
    Posts
    881
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    Quote Originally Posted by bbapties View Post
    this is my prefered method because I like to use the Entity option and snap my UCS to an object that I want straight then do a PLAN command...(its actually setup as a macro for ease and speed)..i love it
    Exactly. I prefer the 3-point method so the UCS doesn't end up in the middle of my objects though. Something about negative values irks me.

  10. #10
    Active Member
    Join Date
    2007-06
    Location
    South Florida
    Posts
    79
    Login to Give a bone
    0

    Default Re: Rotate Viewport

    Quote Originally Posted by CADDmanVA View Post
    Exactly. I prefer the 3-point method so the UCS doesn't end up in the middle of my objects though. Something about negative values irks me.
    If you notice, the macro I posted above avoids the problem of negative values by returning the origin to the World Coordinates then rotating to the view.

Page 1 of 2 12 LastLast

Similar Threads

  1. Rotate Viewport
    By Spanky in forum AutoCAD General
    Replies: 31
    Last Post: 2009-04-22, 04:54 PM
  2. Rotate Viewport?
    By mrfrancisleung in forum AutoCAD General
    Replies: 2
    Last Post: 2008-07-21, 08:57 PM
  3. How do I rotate a viewport
    By Dave Lewis in forum Revit Architecture - General
    Replies: 13
    Last Post: 2006-12-18, 05:23 PM
  4. Rotate the viewport, rotate the MS content
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 1
    Last Post: 2006-07-12, 12:38 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
  •