jaspervdv / IFC_BuildingEnvExtractor

Experimental building envelope extractor/approximation based on the room detection process created by Jasper van der Vaart
12 stars 1 forks source link

I want to convert IFC to Cityjson. #3

Open Pdongjaelee opened 2 weeks ago

Pdongjaelee commented 2 weeks ago

At this moment in time this extraction method is slow and does not return solids.

-> Looking at the above phrase in wip, does it mean that the shape is not extracted for Lod3.0 or higher? image It's currently progressing like this picture, but it's too slow. Will the results be extracted even if it is slow?

jaspervdv commented 2 weeks ago

For most input there will still be output for LoD3.2. However, it will be a collection of untrimmed surfaces that are (partially) representing exterior of a building. The process is currently slow because it is still experimental code... so its a single threaded process and very badly optimized.