As we said last week processing and dispatching the “Curtain Wall” elements, due to the great number of geometry that compose them, was extremely costly regarding the performances of the script. Therefore we could not obtain each element separately and then make a test with bounding box to find to which part of the scope they would belong to.
Fortunately, with the help of some packages we could directly use the already processed and dispatched objects :
- “Wall exterior” :
- “Curtain Wall exterior apt” (balconies)
- “Curtain Wall exterior” (shops, entrances, greenhouses)
- “Windows apartment” :
- “Curtain Wall interior apt” (complex windows and missing families)
- “Wall interior” :
- “Curtain Wall interior”
Then we made the part of the script that would process the data from these elements and divided the output for each category in three lines :
- Glass panels
- Other panels
- Mullions
As of today “Curtain Wall exterior apt” and “Curtain wall interior apt” are being processed correctly and we will start working on “Curtain Wall exterior” as soon as we reach a level that contain any.
Next week we will process the script back through the first model to ensure that all these changes did not affect the computation of it and we will probably have some issue to fix.