I’m trying to find a way to automate this process to a single-click:
Within the styles window:
Under Edges:
Enable edges
Enable edge profiles (with a value of 1)
Under Face:
Change face style to “hidden line”
Under Background:
Change color to white and disable sky and ground
Then disable shadows, fog, hidden geometry, axes, guides, section planes, and section cuts from the view menu.
I’m thinking the best way to automate this is to make a ruby script, but I’m not sure. I saw someone do this with a ruby script, but the script only applies to SketchUp 8 and below.
What I’m having trouble with is finding a “road map” of sorts for how these sketchup commands look in ruby script. Is there such a thing that anyone could recommend OR is there a plugin, or extension that will show a record of what the ruby script commands look like as I perform them in sketchup (this way, I could just perform the sequence of events one time manually and then copy the resulting code into a ruby script for automation the next time)?
Each scene page in the model can have it’s own style applied. If you have the Scene Tabs visible, you can quickly switch between various views of the model each in a different style.