Skip to main content

i have dgn file that include map for a place ,as first step when i put this file in fme which properties should i adjust to work on it , and also i need to get lines from this file and polygon to check intersection between lines and polygon.so what should i do ? thanks for help

The DGN reader has the option to read the file by (see the reader parameters when you create the reader):

1) geometry

2) level name

3) level number

If you pick the first, it becomes easy to read just the polygons and lines.

The number and name of the level will be stored in attributes, that can be used in the process.

Hope this helps.


The DGN reader has the option to read the file by (see the reader parameters when you create the reader):

1) geometry

2) level name

3) level number

If you pick the first, it becomes easy to read just the polygons and lines.

The number and name of the level will be stored in attributes, that can be used in the process.

Hope this helps.

thanks ,i wanted to sure that i do need to change to another format ,could i ask about the rest in properties ,attribute options or linkage extraction what does it mean should i mark sth else or only geometry is enough .thanks


Reply