Message 1 of 1
Explode Dynamic Block and create a new bloc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i need a routine *.lisp for autocad that can perform the following steps:
- Iterates through all INSERT entities in the drawing.
- Checks if each entity represents a dynamic block.
- If a dynamic block is found, it explodes the block while preserving attribute values.
- Creates a new static block using the exploded entities and attribute values.
- Skips entities that are not dynamic blocks.
- Outputs a message indicating the completion of the process.
i'm using the undynamic lisp, but when I edit the static block, it keeps all the existing objects from the dynamic block. But not visible. and i don't want that, exemple:
Can any one help me on making this code!?