Skip to main content
Solved

Can AutoCAD access user attributes defined in the CAD Writer and written out on *non*-block features, and, if not, of what use is the FME functionality that allows this?

  • May 3, 2021
  • 1 reply
  • 15 views

tcrossman
Contributor
Forum|alt.badge.img+1

This question is in follow-up to this earlier post, which is, so far, unanswered ... After consulting with some CAD colleagues, I am starting to think that user attributes added to plain features (in my case points), not blocks, by the CAD Writer are invalid for AutoCAD. In fact, a Google search turned up no mention of user attributes outside of blocks ... and opening the output CAD file in FME shows no sign of the User Attributes defined in the Writer. Sigh.

Best answer by daveatsafe

Hi @tcrossman​ ,

Please ensure that the Attribute Output parameter on the AutoCAD writer is set to Extended Entity Data. Extended entity data was designed to be used by applications within AutoCAD, but you can view it using the XDLIST command in AutoCAD. FME will store the data with the application name of ACAD. You can also set Extended Entity Data in AutoCAD using the XDATA command.

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.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • May 3, 2021

Hi @tcrossman​ ,

Please ensure that the Attribute Output parameter on the AutoCAD writer is set to Extended Entity Data. Extended entity data was designed to be used by applications within AutoCAD, but you can view it using the XDLIST command in AutoCAD. FME will store the data with the application name of ACAD. You can also set Extended Entity Data in AutoCAD using the XDATA command.