I have been given a dgn file and imodel i.dgn that contain 3D solids and shapes. I can work with either file, but need to read the data into FME as 3D solids and translate them to a different 3D data format e.g. FBX. I have had the most luck with the .dgn file using the Bentley Microstation Design (V8) reader with some data read in as a fme_solid, but most of the data has a fme_gemoetry type of fme_line. Previously I had some success reading an i.dgn file using the Bentley i-model Interchange Format reader, but with this data it doesn't seem to read all the 3D objects.
How can I read all the data from the dgn files as fme_solids
?
In Bentley View the model looks like this...
In FME inspector using the Bentley Microstation Design (V8) reader it looks like this...
In FME inspector using the Bentley i-model Interchange Format reader it looks like this...
Note I'm using FME version 2018.1 and have 2019.0 beta installed