转贴的,你看有用不
If you want to insert a block and then explode it, we normally use: (command "_.Insert" "BlockName" "0,0,0" "" "" "" "") (command "_.Explode" (entlast))
But this can be done directly by adding a "*" at block name ans the block will be explode automatically. (command "_.Insert" "*BlockName" "0,0,0" "" "" "" "") |