Message 1 of 1
Dynamic block to static block converter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
i found a thread with a code which i need to get edited a little bit. (the LISP is attached below)
The code i from User "MP" http://www.theswamp.org/index.php?topic=32681.msg382548#msg382548
Also see his thread: https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-dynamic-block-to-regular-bloc...
1.) The LISP should name the Blocks differently. The blocks should keep his original name and after that there should be a running number. (Example: Dynamic Block named "Block1" gets converted to static Block named "Block1_01")
2.) If the dynamic block exists 2 or more times and some of them are exactly the same, they should get the same name.
Maybe someone can help me out.