kitsunekyo / openbim-ifc-playground

11 stars 5 forks source link

Multiple files and batch handling #1

Open themodmin opened 3 months ago

themodmin commented 3 months ago

First of all i would like to thank you for sharing your work, It's been incredibly insightful.

I was wondering if there is a way to handle multiple files conversions all at ones also for viewing, as some of the projects i have contains 300+ files.

kitsunekyo commented 2 months ago

afaik web-ifc doesn't support concurrent conversion. it would probably also be a bit spicy in terms of resource cost. if you really have 300+ ifc source files, you could create a queue system that converts one file after another.

but this has nothing to do with the ifc project, and is its own project. i would also imagine that you'd have to do the conversion only once. and then convert the new ifc files whenever they get uploaded / added to your project