Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Create zip files with sketchup ruby api
-
Is it possible to create zip file with SketchUp Ruby API?
For example to make a SketchUp-LayOut bridge. The idea is to create a XML-file with the necessary dimensions and notes in sketchup. Then pack it in a zip file. Later you can open this file in LayOut and make changes in it or print the drawings. -
There is a separate mainstream Ruby 'zip' method... you need to find that and path it into your own Ruby - [re]distributing it with any install...

-
Is that zlib.so ??
-
That's one but there's also http://rubyzip.sourceforge.net/
Advertisement