bim2sim.examples package

This package holds basic examples for bim2sim framework without using any Plugins. For Plugin specific examples please have a look at the Plugins itself.

Submodules

bim2sim.examples.e1_template_plugin module

bim2sim.examples.e1_template_plugin.run_simple_project()

Run the building simulation with teaser as backend in interactive mode.

This example will show how to set up a project based on an IFC file, how to create bim2sim elements based on the existing IFC data with all relevant elements for building performance simulation and how to review and analyze the resulting elements

bim2sim.examples.e2_interactive_project module

bim2sim.examples.e2_interactive_project.run_interactive_example()

Run the building simulation with teaser as backend in interactive mode.

Interactive mode means that we use open_conf=True to open up the config.toml during the process to change settings and use an interactive PlayGround which allows us to select which tasks we want to proceed with after a tasks is finished and don’t use the predefined order of default_tasks for the selected Plugin.