Skip to main content

Hello everybody,

 

 

I try to solve problem withACAD block. I just wanna add attribute definition into block. This block has not any attribute definition, so it is completely without user attributes. If block definition has one or more attribute defition, there is not problem to add new one via FME. But in case of block without attribute, I cant solve, how to add attribute definition.

Could anybody help me please?

Thank You so much!

Lubo

Hi @lazarlubomir,

Creating an attribute on the output feature type that writes out the blocks will fill in that attribute if it is already defined on the block, or it will create a new attribute if it is not already defined on the block. Please see the following page for more detailed info:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Inserts.htm


Hi @lazarlubomir,

Creating an attribute on the output feature type that writes out the blocks will fill in that attribute if it is already defined on the block, or it will create a new attribute if it is not already defined on the block. Please see the following page for more detailed info:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Inserts.htm

Hello @DaveAtSafe,

thats correct. Thank You so much!


Reply