Skip to main content
Question

How to transform .rvz BIM data into 3d-tiles cesium.js format?

  • November 7, 2018
  • 1 reply
  • 114 views

Hello, i'm new in FME. I don't know how to transform .rvz BIM data into 3d-tiles cesium.js format. I use FME-revit plugin to convert the .rvt to .rvz. Next, I add a reader in FME to read the converted .rvz data(IFC). Then i add a transformer(writer) to write the data into CESIUM3DTILES format. But the translation failed.

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

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • November 7, 2018

Hi @yzthr, welcome!

In the case which you see here is that FME is trying (and failing) to reproject your data. You will need to make sure if your input Revit model have a projection if you want to project it.

 

If your model doesn't have a projection defined then FME will not know how to perform the reprojection. You can define the projection of your input model in the Reader Parameters (see below)

 

 

If, on the other hand, the model is not yet in real world space it will need to be georeferenced. This article should help with that: https://knowledge.safe.com/articles/596/revit-geolocation-tutorial.html

 

Good luck!!