EnEff-BIM / EnEffBIM-Framework

translating from BIM to BEPS
MIT License
8 stars 0 forks source link

Bind Dicts in C++ #83

Closed PRemmen closed 8 years ago

PRemmen commented 9 years ago

During the discussion with Jun, he proposed the following idea:

He can create binded dicts with the refID and the corresponding Object on C++ side. This would help to create the MappedHierarchy because we would have to iterate less.

It could something like this


SimBuildingDict = {"refID1": SimBuildingObject1, "refID2": SimBuildingObject2}

this can then be done with every SimModel Object.

For me this sounds like a very good and efficient way to combine Object and refID parsing.

Of course the binding of the c++ Framework to a general API has to be done first. So this issue is just to write down this idea for later, when the binding is done.

math-boy commented 9 years ago

I will test this idea when the new API is done.

TobiasMaile commented 8 years ago

We do not want to use this anymore.