Skip to main content
Question

Interpreting IFC_XML in FME

  • July 27, 2018
  • 2 replies
  • 27 views

I am looking into the possibilities to proces IFC_XML messages within FME. I found that the current IFC and Revit readers are not able to read IFC_XML files.

One approach is to build a custom reader / transformer / workspace to interpret IFC_XML messages. I think it would be a lot of work to make a custom implementation of the IFC_XML standard in FME. Especially difficult to interpret the geometry of the objects.

Another approach would be to use a third party tool (e.g. python library). But i am struggling to find something appropiate. I have only found xBIM Toolkit so far (which is .NET based). I am playing with the idea to see if I can use this tookit to create custom IFC_XML transformer in FME.

I would like to hear from others who are experienced with using this format. How would or have you tackle(d) this?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

deanatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • October 10, 2018

I recently posted an IFC XML custom reader for ifcSpaces to FME Hub here: https://hub.safe.com/formats/ifcxml-ifcspace-reader

This is meant more of a starting point to show one approach for extracting geometry from IFC XML. For a more comprehensive solution, we are working on a full featured IFC XML reader hopefully for FME 2019.


jneujens
Forum|alt.badge.img
  • October 11, 2018

I recently posted an IFC XML custom reader for ifcSpaces to FME Hub here: https://hub.safe.com/formats/ifcxml-ifcspace-reader

This is meant more of a starting point to show one approach for extracting geometry from IFC XML. For a more comprehensive solution, we are working on a full featured IFC XML reader hopefully for FME 2019.

That's a really interesting starting point to check indeed!