Skip to main content
I'm using FME Desktop 2013.  I'd like to know if there is a way to filter/separate out "shapes" and "cells" that are on the same level in the dgn file.

 

 

Thank you
You should be able to use the AttributeExposer to expose the igds_cell attributes.
Hi,

 

 

You can expose the igds_type and test for igds_cell and igds_shape.

 

 

Itay
Thank you for the responses.  Exposing igds_cell_name using AttributeExposer did the trick!

Reply