3dwannab Posted June 24 Posted June 24 Optimised this by only moving the first object of the last ssget to nowhere. Ps, this doesn't affect associative hatches. ;; Force the sssetfirst to work by moving the first entity of the selection set nowhere. bahaha (Evil face) (progn (setq tmpEcho (getvar "CMDECHO")) (setvar "CMDECHO" 0) (command "_.MOVE" (ssname (ssget "_L") 0) "" '(0 0 0) '(0 0 0)) (setvar "CMDECHO" tmpEcho) (setq tmpEcho nil)) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.