Sketchup plugin problems
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? The inspector is gone?
The UI in the video is the one i recognize from the previous version, the one i have now and where i don't find the inspector is this one: