Skip to main content
Question

How do i store flat surfaces as object with geometry in IFC format

  • May 20, 2019
  • 1 reply
  • 69 views

trym
Participant
Forum|alt.badge.img+1

During my attempts to convert terrain made in FME (using the TINGenerator transformer) to IFC geometry, I have only managed to successfully store volumes. These are made by extruding flat surfaces to 3D extrusions. Then use the GeometryPropertySetter to set the Geometry Name to "Body". Then i store them with an Ifc writer named "IfcProxy". If I open this file with Solibri model viewer, it shows as a cube (screenshot 1).

However, i cannot seem to store a flat object using this method. (Screenshot 2)

 

Do you have any idea as of how to store flat geometry (instead of solid) using the IFC format writer?

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.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • May 22, 2019

Hi @trym,

Most geometries in IFC are solids, with the exception of IfcSite. You should be able to write a TIN surface to IfcSite, with the geometry name 'Body'.