Hello !
I am trying to import an IFC model into Minecraft, but some parts are causing a fatal error :
PointCloudCombiner___VectorMerger(VectorToPointCloudFactory): The input geometry could not be converted to a pointcloud
A fatal error has occurred. Check the logfile above for details
I get this error with my own file, but I also get it with the file from this article.
More specifically, these two readers are causing the problem : IfcCurtainWall and IfcWallStandardCase. When I disable them, I get the desired output, minus these two elements.
this is what I got with my successfull export, you can see that the walls are missing
I'm very new to FME, so I must be doing a basic mistake. Can someone help me figure out which one ?
Thanks !