Skip to main content
Solved

How is attribute matching when converting IFC to OBJ

  • May 12, 2023
  • 3 replies
  • 41 views

When converting IFC to OBJ using FME, how does the information in IFC change to OBJ's attributes?

Best answer by virtualcitymatt

So, can I know how FME converts IFC to OBJ?

It depends on who the converter is designed, however, the most simple would be to read the IFC File, and then just write it out to OBJ. There are a lot of different configuration options when reading ICF, If you choose to read everything then you will get allgeometries. FME will create internal FME geometries out of the IFC and then on the way out to OBJ it will do it's best to convert these geometries into OBJ mesh/lines geometries.

You can do a lot more in your conversion, for example you could output a single obj file for each ICF type. The filename could be based on the type name for example.

 

 

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.

3 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

OBJ doesn't support attributes so it will all get lost unfortunately.


  • Author
  • 1 reply
  • May 12, 2023

So, can I know how FME converts IFC to OBJ?


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • May 12, 2023

So, can I know how FME converts IFC to OBJ?

It depends on who the converter is designed, however, the most simple would be to read the IFC File, and then just write it out to OBJ. There are a lot of different configuration options when reading ICF, If you choose to read everything then you will get allgeometries. FME will create internal FME geometries out of the IFC and then on the way out to OBJ it will do it's best to convert these geometries into OBJ mesh/lines geometries.

You can do a lot more in your conversion, for example you could output a single obj file for each ICF type. The filename could be based on the type name for example.