hi all!
when i insert a block it always stays in the active layer.
is there a way to set a default layer of a block, so when i insert the block it stays in that layer (not the one that's active)
thanks
r^2
Create a toolbar button for your block. See the image below
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.
Ask in the MAC forums. The link is below
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.
You originally posted in the LT for Windows forum and a moderator has moved it here
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.
Hi @ruirego ,
As there is no special system variable for the default layer for INSERT command, you can a macro for each block you want to insert on a special layer and assign it to Tool Sets palette button or to drop-down menu item.
The macro itself could be:
^C^C-layer;set;BLOCKLAYERNAME; _INSERT;BLOCKNAME;\;;;_LAYERP
Where BLOCKLAYERNAME is the name of the layer for block insertion and BLOCKNAME is the block name you want to insert.
Can't find what you're looking for? Ask the community or share your knowledge.