Results 1 to 9 of 9

Thread: need quick help... view orders (objects "on top") and viewport control

  1. #1
    100 Club
    Join Date
    2006-12
    Posts
    106
    Login to Give a bone
    0

    Default need quick help... view orders (objects "on top") and viewport control

    Help! I should know these, but I'm having a "senior moment" during a crisis...

    1) I have inserted some image objects (pic files) into an existing drawing that are covering up everything else. I need to move them "to the back". In the past, I have dealt with this by moving all my existing objects without actually moving them (using @ nil), but it isn't working on this drawing. I can't see what I'm working on...

    2) Is there a way in AutoCad 2008 and newer to toggle all viewports in all layouts on/off en masse? I've never dealt with more than a dozen at a time, but this drawing has more than 50, most of which are polygonal, arranged one or two per layout sheet. I need a quicker way than one at a time.

    Thanks for helping the needy...

  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: need quick help... view orders (objects "on top") and viewport control

    1 - DRAWORDER command or toolbar.

    2 - not that I know of.

  3. #3
    100 Club
    Join Date
    2006-12
    Posts
    106
    Login to Give a bone
    0

    Default Re: need quick help... view orders (objects "on top") and viewport control

    Quote Originally Posted by jaberwok View Post
    1 - DRAWORDER command or toolbar.

    2 - not that I know of.
    Ahhh... Thanks, John!

    I would be surprised if somebody hasn't come up with a LISP or VBA solution to the viewports thing. I'll keep looking, and post back here if anything turns up.

  4. #4
    100 Club
    Join Date
    2006-12
    Posts
    106
    Login to Give a bone
    0

    Default Re: need quick help... view orders (objects "on top") and viewport control

    Regarding the batch toggling of layout viewports, I've run across a few older codes here and in the Autodesk KB, but they didn't seem to work too well for folks back then, and I can't get them to work now, either. So, the search continues...

  5. #5
    Active Member
    Join Date
    2008-07
    Location
    Washington DC
    Posts
    82
    Login to Give a bone
    0

    Default Re: need quick help... view orders (objects "on top") and viewport control

    Can you use quick select to grab all the viewports and modify the visibility with the properties window?

  6. #6
    Certified AUGI Addict cadtag's Avatar
    Join Date
    2000-12
    Location
    Cairo - no, not Illinois
    Posts
    5,069
    Login to Give a bone
    0

    Default Re: need quick help... view orders (objects "on top") and viewport control

    or just select everything, and then filter in the properties dialog for viewports.

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

    Default Re: need quick help... view orders (objects "on top") and viewport control

    Quote Originally Posted by dherbstr View Post
    Can you use quick select to grab all the viewports and modify the visibility with the properties window?
    Quote Originally Posted by cadtag View Post
    or just select everything, and then filter in the properties dialog for viewports.
    It could even be done at the command line with the MVIEW command using the OFF option and selecting ALL objects.
    Code:
    MVIEW
    OFF
    ALL
    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
    Join Date
    2006-12
    Posts
    106
    Login to Give a bone
    0

    Default Re: need quick help... view orders (objects "on top") and viewport control

    I know you can do all that with multiple viewports in a single layout, but I don't think you can select all viewports in all layouts at one time, can you? That's what I'm looking to do...

  9. #9
    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: need quick help... view orders (objects "on top") and viewport control

    Quote Originally Posted by crbateman View Post
    I know you can do all that with multiple viewports in a single layout, but I don't think you can select all viewports in all layouts at one time, can you? That's what I'm looking to do...
    You'll need some code to step through the layouts - have you tried the programming forums? I bet that part has been done.

Similar Threads

  1. Replies: 0
    Last Post: 2012-06-06, 11:54 AM
  2. "Viewport is view-locked. Switching to Paper space."
    By ordengate in forum AMEP General
    Replies: 14
    Last Post: 2012-05-29, 01:50 PM
  3. "detail view" vs "floor plan" in callouts
    By shane.249457 in forum Revit Architecture - General
    Replies: 11
    Last Post: 2011-03-08, 09:29 PM
  4. 3D View "jumps" when selecting objects
    By awatkins in forum Revit Architecture - General
    Replies: 3
    Last Post: 2008-05-21, 04:04 PM
  5. Replies: 3
    Last Post: 2007-10-23, 09:06 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
  •