Macro for making commands explode upon entry

Macro for making commands explode upon entry

Anonymous
Not applicable
806 Views
3 Replies
Message 1 of 4

Macro for making commands explode upon entry

Anonymous
Not applicable

Hi, 

 

I created multiple commands for autocad in order to help the project team i'm on. However when I bring the objects in they need to be exploded. Is there any way I can make them explode as soon as I bring them in. I created the commands using a macro string.

0 Likes
Accepted solutions (1)
807 Views
3 Replies
Replies (3)
Message 2 of 4

h_s_walker
Mentor
Mentor
Accepted solution

Welcome to the Forums


At the end of your macro put EXPLODE;LAST;

 

That will explode the last object that was created.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

Message 3 of 4

Anonymous
Not applicable

That works. Thank you.

0 Likes
Message 4 of 4

pendean
Community Legend
Community Legend
Or add a * next to the name of the block in your macro:

^C^C_INSERT;*MYBLOCKNAME;