0

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.

EngFranc's avatar
133
EngFranc
asked 2019-12-01 06:20:56 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-20 10:19:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Has the File .. Export .. gbXML option in the OpenStudio application provided the gbXML file you need for a single idf file?

JasonGlazer's avatar JasonGlazer (2019-12-11 08:49:29 -0500) edit

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.

macumber's avatar macumber (2019-12-28 13:10:23 -0500) edit
add a comment see more comments

1 Answer

0

Ok thanks for all the comments, since i have not found a direct way using the gbxml avenue, for the requirements of the framework i have developed opted to use native geoprocessing dashboards. It was accomplished all in the same tool that i mention here https://unmethours.com/question/42532... so thanks all for feedback on this. Cheers, EngFranc.

EngFranc's avatar
133
EngFranc
answered 2020-01-29 04:31:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments