Dear all,
Using the previous version of the open studio plugin I developed a plugin to extract information about the constructions, their materials and the area used.
Following statements seem to not work anymore now?
model = OpenStudio::Plugin::model_manager.model_interface.openstudio_model definedConstructionsString = model.getLayeredConstructions.inspect.to_s() definedMaterialsString = model.getMaterials.inspect.to_s() allSurfaces = model.getPlanarSurfaces
Furthermore it does not seem to be possible anymore to edit the constructions inside the sketchup plugin? Only outside sketchup in the if-editor?