Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In SketchUp, there is a method to generate a KMZ file and export to google earth. However, is there ant ruby coding to replace such click button?
Thank you !
Use Sketchup.active_model.export("folderpath/file.kmz",false) Next for exporting to Google Earth ? Try UI.openURL("folderpath/file.kmz") ?
Sketchup.active_model.export("folderpath/file.kmz",false)
UI.openURL("folderpath/file.kmz")
Advertisement