Message 1 of 9
Change block entities from layer zero to current.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need help making a Lisp to look at all blocks and nested blocks for entities that are on layer "0" and change them to the layer that the block is inserted on.
I can see where this will get messy as the same block name can be inserted on several different layers. It would need to have that block duplicated into new block names (maybe by adding a suffix to the block name?) so that the contents can be on the layer it is inserted on.
Yes I know this is exactly backwards from the normal and customary practice of putting the contents of a block on layer "0".
I will need to do this to well over 10,000 drawings and each drawing typically has around 200 different blocks to look at, so this is not realistically possible to do manually.