Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Replace block with attributes with block without attributes

erika.kosikova94KUL
Observer

Replace block with attributes with block without attributes

erika.kosikova94KUL
Observer
Observer

Hi all, 

I would like to ask if there is any easy way how to replace (with command BLOCKREPLACE) an old block which contains attributes with a new block which does not contain attributes? The problem is that attributes from old block are always visible after replacement and command ATTSYNC is not working because the new block does not have any attribute.

 

Thanks a lot!

0 Me gusta
Responder
331 Vistas
3 Respuestas
Respuestas (3)

imadHabash
Mentor
Mentor

Hi,

Would you please share with us the two blocks .. for testing ? 

 

Imad Habash

EESignature

0 Me gusta

erika.kosikova94KUL
Observer
Observer

Unfortunately, I cannot share the blocks I used because it is confidential (i had this problem with title blocks) but i prepared two blocks - One with attribute and one without attribute and I have the same result. See attached.

0 Me gusta

ChicagoLooper
Mentor
Mentor

Hello @erika.kosikova94KUL 

 

Option 1.

An EASY way would be to make the attribute invisible using BATTMAN command. Making it invisible doesn't delete the attribute it just makes the attribute itself 'hidden.' 

 

100.png

 

Option 2.

Another way is using the Block Editor. Select block=>right-click=>select Block Editor from shortcut menu. Then in the block editor select the attribute and delete it. Next, close the editor making sure to save the change when exiting. Doing it this way changes the  block definition in this specific drawing. 

 

Option3.

Insert the block with the attribute in as many places as you wish. Select all 'instances' of the block=>Go to Properties Palette=>Highlight and delete all the attribute values all at once.

(NOTE: If the attribute values vary from block-to-block, then *VARIES* will be displayed for the value.)

200.png

 

Chicagolooper

EESignature

0 Me gusta