Skip to main content
Question

create a space using a conversion from ifcSpace to citygml

  • June 14, 2019
  • 2 replies
  • 20 views

geouser97
Contributor
Forum|alt.badge.img+1
I created a space in revit.Then using FMEWorkbench I translate my model into citygml and then convert it to Geodatabase and use it on Arcgis. I used the model proposed here: BIM to GIS (Intermediate) | IFC LOD 300 to LOD 4 CityGML. The result is that I have the Room class as a table and I do not have the space displayed on Arcgis. The space is represented as a Table, not as a geometry. how should I do to have space as a result.
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

takashi
Celebrity
  • 7843 replies
  • June 15, 2019

Have you set Yes to the "Read IfcSpace Geometries" parameter in the IFC reader?


geouser97
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 4 replies
  • June 21, 2019

Have you set Yes to the "Read IfcSpace Geometries" parameter in the IFC reader?

Yes, It works. Thank you.