Awesome! BTW I assume you're working in C++, but if you're doing this in Python there is an API which makes this type of thing very simple and ensures all the relationships are correct.
@Rick_Brice
in case you don't know this already, tasks and sequence can be imported in Bonsai as .csv file
File -> Import -> Work Schedule (.csv)
example from your model in the file attached
cheers
why C++ or Python when it can be done directly in Bonsai? genuine question
I'm exporting IFC bridge models from my software. The software is in C++.
When I import the models, Bonsai gives me a great sanity check that I'm writing out valid IFC.
in case you don't know this already, tasks and sequence can be imported in Bonsai as .csv file
Comments
Awesome! BTW I assume you're working in C++, but if you're doing this in Python there is an API which makes this type of thing very simple and ensures all the relationships are correct.
why C++ or Python when it can be done directly in Bonsai? genuine question
thanks
@Rick_Brice
in case you don't know this already, tasks and sequence can be imported in Bonsai as .csv file
File -> Import -> Work Schedule (.csv)
example from your model in the file attached
cheers
@steverugi
I'm exporting IFC bridge models from my software. The software is in C++.
When I import the models, Bonsai gives me a great sanity check that I'm writing out valid IFC.
I didn't know that - Thanks!