Jump to content

Block Insertion Point


neekcotrack

Recommended Posts

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.

Link to comment
Share on other sites

(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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...