See the top rated post in this thread. Click here

Results 1 to 7 of 7

Thread: Retaining Selection Between Operations

  1. #1
    Member
    Join Date
    2005-06
    Posts
    2
    Login to Give a bone
    0

    Default Retaining Selection Between Operations

    Hello,

    I'm using Autocad 2006 and there are many times where I need to select an object or a number of objects and perform several operations such as move, mirror, stretch, rotate, etc. in succession. However, when I perform one operation Autocad automatically deselects all of the objects and I have to select tham all over again to perform the next operation and so it goes. Some other CAD packages I have used in the past retain a selection until the esc key is pressed (for instance) so that multiple operations can be performed on the same objects. It would be incredibly handy to me if Autocad could be set up to retain a selection until told to deselect it but I have been unable to find anything in the help file regarding this topic. Does anyone have an idea if this is possible and how to do it?

    Many Thanks,

    Howard

  2. #2
    ACA/AMEP Community Chair stelthorst's Avatar
    Join Date
    2003-10
    Location
    San Francisco CA
    Posts
    1,190
    Login to Give a bone
    0

    Default Re: Retaining Selection Between Operations

    I don't know how to retain a selection set but have you used the previous command?

    For example, If you want to move and rotate several objects:
    Pick move and select your objects
    Move the objects and select enter
    Pick rotate and instead of selecting objects type p (for previous)
    This should highlight your previous selection set and then you can perform your rotate.

    Just a thought,
    Scott Telthorst
    Quality Control Manager
    Helix Electric, Inc.
    www.helixelectric.com

    Some see the glass as half full, others as half empty. As an engineer I see the glass as twice as big as it needs to be. ~Unknown~

  3. #3
    Member
    Join Date
    2005-06
    Posts
    2
    Login to Give a bone
    0

    Default Re: Retaining Selection Between Operations

    Thanks, Scott, that seems to work in general and I will use this technique. It's a shame that Autocad doesn't allow retaining the selection set since this seems more intuitive and simpler to me than having to do the commands in succession with extra key strokes in between. But in my experience Autodesk has never put a high priority on streamlining the interface and extra keystrokes are rampant. I appreciate your help.

    Howard Patterson
    Member of Technical Staff
    General Dynamics
    Scottsdale, AZ

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

    Default Re: Retaining Selection Between Operations

    How difficult is typing -

    p [enter]

    ?

    If you want to get more complicated you will need to learn (at least) to assign a macro to a toolbar button.
    I'd say stick to the easy way; it's worked pretty well for the best part of 30 years.


  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: Retaining Selection Between Operations

    There is also an express tool called move copy rotate (MOCORO)

  6. #6
    I could stop if I wanted to
    Join Date
    2006-01
    Posts
    202
    Login to Give a bone
    0

    Default Re: Retaining Selection Between Operations

    IMHO it would be more cumbersome to have the selection set from a previous command remembered everytime.
    How often do we perform a command on the exact same group of objects compared to using a the next command on a totally different set of objects? Having to press escape or something similar to cancel the previous selection set would be very annoying. Maybe a cvar to swap between the current mode and one which selects the previous objects by default with out having to go through all that really annoying (:P) hassle of typing P followed by enter would be a way to do both.

    Current method is just fine I reckon, P-> Enter is second nature to most AutoCAD users.

  7. #7
    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: Retaining Selection Between Operations

    If it's going to be the same objects for multiple operations, and especially if there's a probability you'll be modifying other objects in between the steps, you can always us a bit of commandline LISP.

    At a command prompt or selection set prompt, type in (setq SS1 (ssget)), and then pick any objects you want by any method. When you're done, there's now a selection set created that can be accessed anytime you need to in that drawing session. When you want to get back at them, just key in !SS1 at a selection set prompt in any command, and the group of objects you previously identified will be selected.

    cheers

Similar Threads

  1. Civil 3D locks up during certain operations
    By tntdraftsol in forum AutoCAD Civil 3D - General
    Replies: 5
    Last Post: 2012-05-03, 12:59 PM
  2. Revit For Operations and Maintenance
    By joshua in forum Facilities Management In Practice
    Replies: 4
    Last Post: 2011-12-12, 03:17 PM
  3. using revit api for mathematical operations
    By b.glendenning in forum Revit - API
    Replies: 1
    Last Post: 2009-12-15, 11:44 AM
  4. Full Formula Operations
    By revit.wishlist1942 in forum Revit Architecture - Wish List
    Replies: 1
    Last Post: 2008-10-12, 08:52 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
  •