-
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
-
Re: Select previosly copied object
You can do it programmatically with lisp, vba, or .NET.
-
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.
-
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.
-
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
-
Forum Rules