Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am wondering if it is possible to replace old blocks, but keep attribute value, thank you very much in advance.
Solved! Go to Solution.
Hello,
I am wondering if it is possible to replace old blocks, but keep attribute value, thank you very much in advance.
Solved! Go to Solution.
You can either redefine the block definition or try MBLOCKREPLACE. (Only applicable to same attribute tags)
If you remake the block in another dwg with same attribute tag, then copy and paste to other dwg it should ask to redefine, then use attsync. Used this on old dwgs when corporate logo changed in title block.
Thank you very much all of you. I want to use dynamic block to replace old block. I can't find mblockreplace command in AutoCAD2023, is it an app lisp? Block replace did not work, please see image below,
Could you please advise me how to redefine block? I edit block and keep the change, it looks like good, but I can't change attribute location. I tried remake same name and same tag block in another dwg, it did not work. I tried it again later, thanks again.
Hello,
I did not know it, but I can create new static block or change dynamic block to static block. My questions remain, thanks a lot!
If its a dynamic block it would have a new name ? So get old block info including atts, erase then insert dynamic block and set atts or dynamic properties. Use Lee-mac dynamic block.lsp Not a simple task.
Hello, thank you very much all of you. 😀
Many thanks.