idfs and export gbxml
Hi all,
Here is what we're accomplishing: load open an idf, read its 3D geometry and attributes (like in sketchup osm extension ), export 3D model to gbxml, using openstudio cli or other (free and open source) code or workflow
Ideas on how are you doing this with open studio cli or programatically using free and open source are welcome. ok thanks.
Has the File .. Export .. gbXML option in the OpenStudio application provided the gbXML file you need for a single idf file?
If the GUI approach Jason suggested works for you, you should be able to write a measure or script that uses the OpenStudio::EnergyPlus::ReverseTranslator to import an IDF and the OpenStudio::GbXML::GbXMLForwardTranslator to export to gbXML.