Skip to main content
Solved

How to create new attribute definition in ACAD block

  • October 30, 2018
  • 2 replies
  • 24 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

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

Best answer by daveatsafe

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • October 30, 2018

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


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 165 replies
  • November 1, 2018

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!