Hello, I use a cabinet design software called “Mozaik” to design/draw cabinets. One of it’s features allows me to send the current room/cabinet to Sketchup (it generates all of the models for every cabinet part and groups them by cabinet, it’s actually kinda cool). I’m using Sketchup 8.0.1, which is installed by Mozaik. What I’m asking seems like it would be pretty simple. I want a piece of ruby code that I can run in the console, or stick in a plugin under a menu item that will simply print the current view X times in landscape orientation. I don’t even care if X is hard-coded for now. I want to skip all of the print dialogs and just print in landscape without any user interaction. I’ve scoured the web and I can’t seem to find anything.
I have experience in Python, C, JavaScript, and a few other languages. Ruby is not one of them. Even if I have to export the view as an Image, and then somehow print that image from ruby, that would be great. In the future, I would add headers for each page (like a different title for each copy). I know that’s possible, but it’s useless without the automated printing.
Anyone have any ideas?
I’ve included one of my project files, in case anyone was wondering. I just want to print whatever is on the screen (in Sketchup) when I run the code.
MozaikExampleDrawing.skp (3.3 MB)