Selection effect

orendothan
Contributor

Selection effect

orendothan
Contributor
Contributor

Hi All, I posted on this before but never got it resolved. Every time I restart AutoCAD  SELECTIONEFFECT command resets to (1) I have to changed it to (0) every time. Not the end of the world but annoying.

 

In my previous post I was told to restore Autocad to default settings. I have now changed from the full version to autocad LT, and the same issue is on this version as well. Which is strange because LT doesn't let you migrate your settings.

 

Long story short, how to I get SELECTIONEFFECT to stay on (0)

 

Thanks, 

0 Likes
Reply
187 Views
5 Replies
Replies (5)

imadHabash
Mentor
Mentor

Hi,

I suggest to put this code line    (setvar "SELECTIONEFFECT" 0)   in a seperate file as  .lsp . Then put it in startup suite from APPLOAD (Command).

Imad Habash

EESignature

0 Likes

vinodkl
Mentor
Mentor

Hello @orendothan 

 

The "SELECTIONEFFECT" variable is stored in the registry, so it should remain unchanged even after restarting AutoCAD. However, if you're noticing unexpected changes, it might be helpful to check if any custom LISP routines are loading at startup.

To monitor this variable, you can use the "SYSVARMON" command. Add "SELECTIONEFFECT" to the list, set your preferred value to 0, and enable the balloon notification. This way, AutoCAD will alert you whenever the value changes, helping you identify when and what action is causing the modification.

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------

orendothan
Contributor
Contributor

I added to SYSVARMON the SELECTIONEFFECT command and changed the value to 0. Since doing this the selectiooneffect default remains at 0, and does not change back to 1. Does that make any sense ?

0 Likes

orendothan
Contributor
Contributor

I have no idea how to do this, I'm not a programmer. 

0 Likes

vinodkl
Mentor
Mentor

Hello @orendothan 

That’s great! It looks like the value is staying the same. Please continue working and observe when it changes, so we can identify the action that triggers the issue. Based on that, we can determine the next solution.

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes

Type a product name