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

function get_exact_association nearly the same as get_property #617

Open Cudok opened 8 months ago

Cudok commented 8 months ago

the function get_exact_association is nearly the same as get_property.

both functions are part of base_elements.py (see line 486 ff).

Maybe it is not right.

@DaJansenGit could you check it?

DaJansenGit commented 8 months ago

you are right, that was indeed a doubled function. I removed the function, changed the code and created a PR.