sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    How do I save a screenshot?

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 2 Posters 523 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jumpjack
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • TIGT Offline
        TIG Moderator
        last edited by

        
        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
        
        

        .

        TIG

        1 Reply Last reply Reply Quote 0
        • J Offline
          jumpjack
          last edited by

          thanks a lot, I'll try it.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement