Skip to main content
Question

Whriter entity issues in a dwg file under FME 2018

  • April 13, 2020
  • 4 replies
  • 25 views

Hello, I have an input and output dwg file, can you explain to me how to have the same number of entities in Reader and Whriter? Because I get my total of entities (6364 entities) in Writer for each layer while I would like the same number of entities in each layer in Writer as in Reader.

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.

4 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • April 13, 2020

Hi @lucas,

Please try adding a FeatureTypeFilter transformer to route the features to the appropriate output port.


  • Author
  • 9 replies
  • April 14, 2020

Hi @lucas,

Please try adding a FeatureTypeFilter transformer to route the features to the appropriate output port.

Thank you very much it works correctly nevertheless it caused a problem that I did not have before, that created several entities as on the attached photos: layer without the featuretypefilter: Picture7.PNG

 

with the featuretypefilter:Picture6.PNG

 

Do you have a solution to this problem? the entities added are of the same layer: E_PRO_SUPPORT

Here is my FME file : FME_Transformation.fmw


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • April 14, 2020

Thank you very much it works correctly nevertheless it caused a problem that I did not have before, that created several entities as on the attached photos: layer without the featuretypefilter: Picture7.PNG

 

with the featuretypefilter:Picture6.PNG

 

Do you have a solution to this problem? the entities added are of the same layer: E_PRO_SUPPORT

Here is my FME file : FME_Transformation.fmw

Hi @lucas,

Please try setting the reader parameter 'Explode Blocks' to No.


  • Author
  • 9 replies
  • April 14, 2020

Hi @lucas,

Please try setting the reader parameter 'Explode Blocks' to No.

Thank you very much you are a genius it works niquel! Sorry I'm a beginner.

 

Would you be how to merge the linear array of a dwg file to form a single polyline. I had thought of NetworkTopologyCalculator I do not know what you think?

 

After having combined (merge) the linear network all together, I have to put it in the same direction and after that I cut it at the points that belong to the layers of my dwg file that I specify. I would tend to use Linecombiner or LineExtender. If you have an idea of how to proceed I am a taker? In all thank you again for your help