How do I save a screenshot?
-
Is it possibile to save/export current view to image file?
I can't find a suitable class or method.
Maybe I should directly access EXPORT function? But how? -
Sketchup.active_model.active_view.write_image("#{ Sketchup.active_model.title+Sketchup.active_model.pages.selected_page.name }.jpg", width, height, true)...should do what you want.
You can adjust the path/file-name in the ... .jpg part...
Where you have pre-defined the variables width and height as the required image size OR you've set them to the view's thus:width = Sketchup.active_model.active_view.vpwidth height = Sketchup.active_model.active_view.vpheight.
-
thanks a lot, I'll try it.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement