Skip to main content
Question

XRef in DWG from template

  • May 16, 2017
  • 1 reply
  • 87 views

jneujens
Forum|alt.badge.img

Dear users of FME,

The main question is short and of the kind 'yes/no':

 

When writing to a .dwg file (creating a new one), using an existing template .dwg, is it possible for the external references from the template to be incorporated in the new .dwg?

Especially when making use of relative pathways in the external references?

 

 

Also, would it be possible to create attributes like 'autocad_xref_path' and 'autocad_xref_name' to manually specify an external reference when writing to a new .dwg?

 

 

I have been trying out both cases but none seem to work.

 

 

Looking forward to your opinions!
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

trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • September 8, 2017

Hello @jneujens,

 

I am no AutoCAD expert by any means, but a quick review of our documentation on External references shows this is possible I believe. You should be able to specify the attributes such as autocad_xref_path and autocad_xref_name to point to the external references, you could also expose these attributes to see if they are picked up from the template by the writer.

This documentation page may help you with this process: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/external_references.htm

 

 

I hope that helps.