prakashreddy Posted February 16, 2019 Posted February 16, 2019 (edited) Hi, Am updating some text in dynamic blocks through lisp. But updated text visibility is not changing. To make it visible as latest, i need to update by opening it and adjust something to save the block. This process to be repeated in all drawings. I am looking for some routine or regen to avoid manual work. Here i attached a file which is showing different text if you compare inside text. PL-1 showing as PL-11 in block "152UC_EL" COL-1.dwg Edited February 16, 2019 by prakashreddy Quote
rlx Posted February 16, 2019 Posted February 16, 2019 since they are dynamic blocks the blocks are also anonymous blocks. One way of fixing your problem might be wblock your block (152uc_el) , for example to c:/temp/152uc_el.dwg , and then insert it back with -insert , 152uc_el=c:/temp/152uc_el.dwg. This will redefine all other blocks. Quote
BIGAL Posted February 17, 2019 Posted February 17, 2019 (edited) Have you looked at editing the parent block directly via lisp. Noticed also the SL-11 backwards so you can check angle and make text readable, have seen that question answered somewhere here. Edited February 17, 2019 by BIGAL Quote
Shablab Posted February 20, 2019 Posted February 20, 2019 Have you tried the command "ATTSYNC" and then selecting the block that needs the visibility update? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.