BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
46 stars 8 forks source link

3D simulation result visualization #509

Open veronikarichter opened 1 year ago

veronikarichter commented 1 year ago

Adds a 3D simulation result visualization based on #387.

DaJansenGit commented 3 months ago

@veronikarichter this is already solved and the floorplan is created by default currently. Do we really need a specific sim_setting for this? My suggestion would be to have a generel sim_setting like plot_results which is a list of results to be plotted and exported. What do you think?