iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

don't export all ElementMultiAspects all at once #24

Closed MichaelBelousov closed 10 months ago

MichaelBelousov commented 1 year ago

While exporting element multi aspects all at once is a helpful optimization, we need to batch larger amounts. Some iModels have been found to contain many aspects on some elements (probably more than they should have), and memory usage skyrockets when processing them.

MichaelBelousov commented 10 months ago

this was already merged