Skip to main content

FME 2020: How to filter dwg file based on hatches and Areas (polylines)?

 

I couldn’t figure out how to filter dwg file based on hatches and Areas (polylines).

 

 

Clip_1134

You can expose all kinds of autocad attributes. If you click on the feature you will see all attributes in the feature information window.

 

Like: autocad_entity_handle, autocad_frozen and autocad_entity

 

I guess the autocad_entity contains the type of autocad feature.

 

The geometry filter tells what kind of geometry it is: single point, multipoint, lines, closed lines etc.


Thank you for the help. It works fine

 

Clip_1136


Reply