Releasing objects after MOVE, COPY, etc.

Releasing objects after MOVE, COPY, etc.

travis_reynolds
Enthusiast Enthusiast
3,097 Views
27 Replies
Message 1 of 28

Releasing objects after MOVE, COPY, etc.

travis_reynolds
Enthusiast
Enthusiast

Updated to latest ACAD and have an issue I've never had before.  When I move or copy an object, or group of objects, the software used to release the objects once it moved or copied the object.  Now after I move or copy, the object, or objects, remain selected.  I have to hit ESC to release them.  

Is there a system variable that can change this?  This is a problem because as I zoom into click the destination point, I no longer see the originally selected objects and my follow up commands effect those items in another area of my model that I'm not seeing.

Thanks for any help you can offer.

0 Likes
Accepted solutions (1)
3,098 Views
27 Replies
Replies (27)
Message 2 of 28

Vinayv4v
Advisor
Advisor

Hi,

 

Check the following variables.

Sysvarmonitor.JPG

Cheers,

Vinay Vijayakumaran

0 Likes
Message 3 of 28

pendean
Community Legend
Community Legend
Sounds like you just discovered R2018's ability to hold on to objects off-screen instead of dropping them like older versions: is that it perhaps?

Also, did you also install the hotfix for it? Won't address this but it will help with other bugs shipped out with R2018.
Message 4 of 28

travis_reynolds
Enthusiast
Enthusiast

Vinay,

Thank you, but that did not help.  All those system var's are set correctly.

0 Likes
Message 5 of 28

travis_reynolds
Enthusiast
Enthusiast

Dean, 

I'm a little behind the curve.  I updated to 2017 Architecture.

0 Likes
Message 6 of 28

TheCADnoob
Mentor
Mentor

I believe off screen selection was release in a fall update of 2017 so perhaps you may have off screen selection in your distro

CADnoob

EESignature

0 Likes
Message 7 of 28

pendean
Community Legend
Community Legend
I'm not seeing this in ACA2017: any chance you can post a video showing us this problem in action? Grab the free SCREENCAST app from Autodesk for that.

And it happens in all files, correct? Every single file.
0 Likes
Message 8 of 28

RobDraw
Mentor
Mentor

@travis_reynolds wrote:

Now after I move or copy, the object, or objects, remain selected.  I have to hit ESC to release them.


There are people who would like this functionality. Make sure you post the cause of it when you get it sorted.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 9 of 28

travis_reynolds
Enthusiast
Enthusiast

Here's a link to the screencast video.  

0 Likes
Message 10 of 28

travis_reynolds
Enthusiast
Enthusiast

Stick with me.  I know the link didn't show up in my last post.  I'm still trying to figure out this Screencast thing.

0 Likes
Message 11 of 28

travis_reynolds
Enthusiast
Enthusiast

 

0 Likes
Message 12 of 28

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

a few questions:

  • does that happen with a simple line too or only with some AEC-objects?
  • when you ended the first copy (the state as at the end of your video) and you then start again _COPY ... are these objects really selected or is it just a display issue? (as I don't see grips I'm not really sure if these objects are selected or not)

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 13 of 28

travis_reynolds
Enthusiast
Enthusiast

It only seems to happen when I select certain groups of objects.   A single line, and even groups of lines, will release the selections once I finish the command.  

When I select multiple objects is when it happens.  If you notice in the Screencast, the Multiple Objects tool panel has popped up on the ribbon.  Initially, I edited the panel to house my Modify toolbar.  But it's still an annoyance that it won't release the selections because as I choose a new command, it applies that command to the formerly selected group. 

0 Likes
Message 14 of 28

pendean
Community Legend
Community Legend
ACA2017 is not doing that here: might be time to reset it (back up any customizations first) https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to...
0 Likes
Message 15 of 28

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> It only seems to happen when I select certain groups of objects.  

Can we have the drawing with that objects?

 

>> Initially, I edited the panel to house my Modify toolbar.

Can we see the command statement you used for that copy item?

And as a proof if it's AutoCAD or panel-command specific: select the objects, then type in command _.COPY (including underline and point) and do the copy + end of command ==> are the objects again selected after your copy command was finished?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 16 of 28

Vinayv4v
Advisor
Advisor

Hi Travis,

 

Try to set the copymode to <1> which will Set the COPY command to create a single copy. And check whether the problem is still there. Then change the copymode to <0> as default and check if the problem is still happening. (Initial value <0>)

 

Try SELECTIONEFFECT system variable. (Initial value <1>)

0 : Dashed Lines

1 : When hardware acceleration is on, displays glowing line highlighting effect

 

Try HIGHLIGHT

0 : Turns off object selection highlighting (Initial value <1>)

1 : Turns on object selection highlighting

 

PREVIEWFILTER (SYSTEM VARIABLE)

Excludes specified object types from selection previewing.

Initial Value :<3>

The setting is stored as a bitcode using the sum of the following values:

0

Excludes nothing

1

Excludes objects on locked layers

2

Excludes objects in xrefs

4

Excludes tables

8

Excludes multiline text objects

16

Excludes hatch objects

32

Excludes objects in groups (Reset these variable to Initial values if these don't work)

 

 

 

 

 

Cheers,

Vinay Vijayakumaran

Message 17 of 28

travis_reynolds
Enthusiast
Enthusiast

Alfred,

You're onto something here.  It only happens when I use the COPY command from the Modify panel under the Multiple Objects tab.  It does not happen when I use the COPY command from the Modify panel on my Home tab or when I type in the _.COPY.   Something happened when I copied my Modify panel to the Multiple Objects tab.  

Similar issues happen with MIRROR, MOVE, ROTATE commands.  The selection remains selected after finishing a command from the Multiple Objects tab, but not from the Home tab.

See screencast...

 

Is there a way to disable the Multiple Objects tab from automatically opening when multiple objects are selected?  That would probably solve the issue as well.

 

0 Likes
Message 18 of 28

imadHabash
Mentor
Mentor

Hi,

 

just an idea:

 

would you try to disable hardware acceleration from 3DCONFIG command and see if any change?

Imad Habash

EESignature

0 Likes
Message 19 of 28

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

I'm sorry that I don't know what happens on your system as starting the _COPY command from the "Multiple Objects" panel looks like a normal copy command (from what I see in the command line). In plain AutoCAD I don't have such a panel, in Civil 3D I do have such a panel, but it does not contain the same groups as you have, e.g. there is no copy button available. I guess now that this might be specific to AutoCAD Architecture or you have modified/created that panel by your own.

 

As I don't have that panel (I don't have AutoCAD Architecture), I'm sorry that I can't help more (without seeing the details behind the copy-button).

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 20 of 28

TheCADnoob
Mentor
Mentor

I would either copy via the other method or i would go into the cui and edit the buttons in the contextual menu to get the behavior you want. 

CADnoob

EESignature

0 Likes