FME 2020: How to filter dwg file based on lines and polylines?
I couldn’t figure out how to filter dwg file based on lines and polylines
FME 2020: How to filter dwg file based on lines and polylines?
I couldn’t figure out how to filter dwg file based on lines and polylines
Hi @jamal ,
Try exposing the attribute "autocad_original_entity_type" and use a TestFilter to filter for autocad_line and autocad_polyline (or autocad_3dPolyline). That attribute should differentiate the line types.
-Andrea
Thank you for the help. It works fine