Convert Dynamic Block to Static Block

Convert Dynamic Block to Static Block

jtm2020hyo
Collaborator Collaborator
3,980 Views
6 Replies
Message 1 of 7

Convert Dynamic Block to Static Block

jtm2020hyo
Collaborator
Collaborator

anyone know if is there any lisp to convert Dynamic Block to Static Block but without rename? I mean only deleting Dynamic Properties for all blocks objects in the drawing.

0 Likes
Accepted solutions (1)
3,981 Views
6 Replies
Replies (6)
Message 2 of 7

pendean
Community Legend
Community Legend
Message 3 of 7

jtm2020hyo
Collaborator
Collaborator
 
all other lisp included in the link above create static block with another name but keep dynamic block with original name
 
I did not found a method to create only delete dynamic properties from all blocks (static block with origina name).
0 Likes
Message 4 of 7

cadffm
Consultant
Consultant

Re think your goal and you will understand that this is impossible.

One Block is a static definition, so it shows everywhere the same content.

(By programming it whould be possible if you have only ONE reference to this block, but if you have multiple blockreferences - all will display the same).

 

And this is how dynBlocks works, for each variant, AutoCAD create a new (anonym) block.

 

 

Sebastian

Message 5 of 7

jtm2020hyo
Collaborator
Collaborator

I just want to delete dynamic properties and keep the name, like use blockeditor , delete dynamic properties then save the block with same name at same drawing, repeat for all others blocks.

 

... if the dwg breaks is secundary. 

0 Likes
Message 6 of 7

RocksterB
Advocate
Advocate
Accepted solution

Have you seen this post? I had success using "UnDynamic" routine to convert dynamic blocks to static ones. 

 

LISP to explode block and make block again with the same name 

Message 7 of 7

sollowyne
Enthusiast
Enthusiast

THAT DO SOLVE THE PROBLEM.

0 Likes