B
by bernd on 14 Apr 2023, edited 15 Apr 2023
#
found the code example to schedule analysis: https://blenderbim.org/docs-python/ifcopenshell-python/code_examples.html#create-a-work-schedule-constructing-a-building-floor-by-floor
How is the gant chart eventually created from the ifc which includes the schedule task entrys?
M
by Moult on 14 Apr 2023
#
The gantt chat is rendered currently using jsgantt-improved, but the data all comes from IFC.
B
by bernd on 14 Apr 2023
#
BTW: is there any software out there which can handle (read and/or create) task entries in ifc, apart from BBIM and IfcOpenShell?
M
by Moult on 14 Apr 2023, edited 14 Apr 2023
#
Indeed.
Synchro, Bexel Manager, and Bill East's COBie tool come to mind. @SigmaDimensions has written a feature in IFCJS to do so too.
M
by Martin156131 on 15 Apr 2023
#
I tested last year Bexel Manager → https://community.osarch.org/discussion/1132/any-ifc-software-that-is-capable-of-4d-out-there-in-the-wild#latest
When I tested it, it could import the IfcTask entities, however it was a separate import. So, I lost the connections from my IfcTask to my IfcBuildingElementProxy.