Skip to main content
Solved

Loss of block reference when transforming DWG to DWG

  • December 7, 2022
  • 1 reply
  • 24 views

arash_hokm
Contributor
Forum|alt.badge.img+8

Hello FME community,

 

I'm trying to delete or merge some layers of DWG files and write them back as DWG files. during the transformation I lose my blockreference and the blockreference is written as a polyline. I would like to know how the blockreference can be written as a block reference.

the first picture refers to properties in the source and second shows properties after transformation.

properties_in_resource 

properties_after_transformation 

 

Best answer by tomfriedl

The reader does not explode blocks:

ExplodeBlockThe writer needs as template the Source-Dataset.

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

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • 177 replies
  • Best Answer
  • December 7, 2022

The reader does not explode blocks:

ExplodeBlockThe writer needs as template the Source-Dataset.