Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Bernard's profile - activity

2015-01-16 02:53:15 -0500 answered a question Sketchup plugin problems

Edited to move the content of this answer to the main question

2014-12-19 07:22:00 -0500 received badge  Student (source)
2014-12-19 03:00:01 -0500 received badge  Editor (source)
2014-12-19 02:58:37 -0500 asked a question 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:

image description