kientegadesire4 wrote:
Hello @kailinatsafe , thank you for your suggestion! But i still having issues.
here is my workspace, and the IFC.
Need help!!
Hello @kientegadesire4, thanks for sharing the data and workspace! I see that we've set EPSG:4978 as the reader coordinate system, as well as in CoordinateSystemSetter. This is technically incorrect, as this is not the source coordinate system for your IFC data, this is the coordinate system the Cesium Tiles Writer will automatically reproject too at runtime.
After some testing, I had the most luck with letting the workspace handle the coordinate system conversion entirely (eg. removing all references to the coordinate system in the workspace. This included: removing the CS set on the reader and writer, and deleting the CoordinateSystemSetter). Sorry if I initially mislead you there!
You'll notice the Tester is used to remove the IfcSite feature type from the model, it looked like it was simply storing terrain or a base, not sure this is required. The output in cesiumION:
Reminder: If you're writing to Cesium Tiles, there really is no point to reprojecting in the workspace, because the Cesium Tiles Writer only supports one Coordinate system (EPSG:4978). Please let me know if you have any further questions! Hope this helps, Kailin