CAD Forums > CAD General

AutoCAD 2020 freeze While working

(1/1)

HasanCAD:
Hi All
I am using AutoCAD 2020 at work.
- While working autocad freeze for seconds or more then comes back to work.
- When copy or move objects autocad make reactor, How to stop REACTOR in AutoCAD while copy or move objects? (Attached snapshot)

Thanks

ribarm:
Use LISP for copy and move... Aquire points by (getpoint) and finally supply points as tokens to COPY or MOVE commands... For ex. (command "_.COPY" ss "" "_non" p1 "_non" p2)

HasanCAD:
Thanks  Good solution

--- Quote from: ribarm on December 12, 2020, 01:30:55 PM ---Use LISP for copy and move... Aquire points by (getpoint) and finally supply points as tokens to COPY or MOVE commands... For ex. (command "_.COPY" ss "" "_non" p1 "_non" p2)

--- End quote ---

tombu:
If I was having those issues with Copy and Move I'd add a toggle for DRAGMODE (System Variable)
http://help.autodesk.com/view/ACD/2021/ENU/?guid=GUID-0690A755-3B81-44E7-9AB2-5DFED263642F

HasanCAD:

--- Quote from: tombu on December 29, 2020, 03:21:19 PM ---If I was having those issues with Copy and Move I'd add a toggle for DRAGMODE (System Variable)
http://help.autodesk.com/view/ACD/2021/ENU/?guid=GUID-0690A755-3B81-44E7-9AB2-5DFED263642F

--- End quote ---

YES
This is what I am looking for
Thanks

Navigation

[0] Message Index

Go to full version