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

Revision history [back]

I ended up looking at the ruby script differences between the export_gbxml and the export_sdd. Exporting to gbxml worked for me. The following ruby script showed a difference between def export_gbxml and def export_sdd: C:\Users\Eric\AppData\Roaming\SketchUp\SketchUp 2021\SketchUp\Plugins\openstudio\lib\CommandManager.rb

I changed the def export_sdd at the second if-statement to match the def export_gbxml: [if (path = UI.save_panel("Export SDD Input XML Model", ....] changed to [if (path = OpenStudio.save_panel("Export SDD Input XML Model", ....]

I was then able to save an .xml.