Question

Filter out shapes and cells in dgn file

  • 19 September 2013
  • 3 replies
  • 5 views

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

3 replies

Userlevel 3
Badge +26
You should be able to use the AttributeExposer to expose the igds_cell attributes.
Userlevel 4
Badge +13
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