How to "Visualize" an IfcWorkPlan in Bonsai?

2»

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

    Roel
  • @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

    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

    I didn't know that - Thanks!

    steverugi
Sign In or Register to comment.