First time here? Check out the Help page!
1 | initial version |
Great question! Currently, surfaces do not have colors associated with them directly. The SketchUp plug-in supports the idea of render modes. We have thought about adding a way for users to easily define their own render modes but have not implemented it at this time. If you are ok modifying the source code directly, you could add some render modes directly. You would need to add menu items in MenuManager.rb and then add the code to paint the surfaces in PlanarSurface.rb.