Results 1 to 5 of 5

Thread: Select previosly copied object

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Re: Select previosly copied object

    Summary: Similar to entering "P" to get a Previous selection set while modifying objects, there would be a command, maybe "PC", to select a previously copied object.

    Description: When copying an object, if we try to get the previous selection set by using "P" the original object is selected, not the copied one. Perhaps there could be a way to select the copied object instead.

    Product and Feature: AutoCAD - Other

    Submitted By: SPARKYFEETS on 12/01/2023


  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,586

    Default Re: Select previosly copied object

    You can do it programmatically with lisp, vba, or .NET.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,686

    Default Re: Select previosly copied object

    Try irneb's SelectResults.lsp routine which offers many previous selection options including what you're looking for.

    As I remember the move command with the copy option would make "P" select the object you want.

  4. #4
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,586

    Default Re: Select previosly copied object

    Maybe I misunderstood, but if you want the object that was just copied, use the (L)ast option. This selects the last object that was created.
    C:> ED WORKING....


    LinkedIn

  5. #5
    Member
    Join Date
    2009-06
    Posts
    11

    Default Re: Select previosly copied object

    Thank you for the responses. They have been very helpful.

Posting Permissions

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