BHoM / LadybugTools_Toolkit

GNU Lesser General Public License v3.0
2 stars 2 forks source link

Update Engine methods to use adapter for serialisation #143

Closed Tom-Kingstone closed 9 months ago

Tom-Kingstone commented 10 months ago

Description:

Use the adapter pull and push methods created in #142 for converting ladybug objects to and from JSON to be used by python.

At the moment, there is only one method that uses objects supported by the adapter, so this issue only covers GetMaterial, but this can be an example for future use on coding with the new adapter methods.

Tom-Kingstone commented 9 months ago

Now #152 is merged, this issue can now cover GetTypology, SimulationResult, and ExternalComfort.