neekcotrack Posted August 11, 2008 Share Posted August 11, 2008 I have a block in a drawing already. I want to move the block but I want the point to be the blocks insertion point with out clicking it. I can get everything things else to work just dont know how to get it to automatically pick the blocks insertion point as default. Thanks in advance for everything. Quote Link to comment Share on other sites More sharing options...
VovKa Posted August 11, 2008 Share Posted August 11, 2008 (command "_.MOVE" (ssget "_:S" '((0 . "INSERT"))) "" (cdr (assoc 10 (entget (ssname (ssget "_P") 0)))) "\\") Quote Link to comment Share on other sites More sharing options...
neekcotrack Posted August 11, 2008 Author Share Posted August 11, 2008 (command "_.MOVE" (ssget "_:S" '((0 . "INSERT"))) "" (cdr (assoc 10 (entget (ssname (ssget "_P") 0)))) "\\") How would I do this with rotate. I have this: It works but it makes me select a point. Lisp: (command "_.Rotate" ''" pause "" pause pause "attedit" "" "" "" "" """ "L" "" "" "A" "" "0" "" "") Diesel Macro: ro;\;\\-attedit;;;;;L;;a;0;; Thanks in advance for everything. Quote Link to comment Share on other sites More sharing options...
VovKa Posted August 11, 2008 Share Posted August 11, 2008 it's a piece of cake just type "_.ROTATE" instead of "_.MOVE" Quote Link to comment Share on other sites More sharing options...
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.