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

    Zoom factor

    Scheduled Pinned Locked Moved Developers' Forum
    4 Posts 3 Posters 1.3k Views 3 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.
    • M Offline
      Matt666
      last edited by

      Hi all !
      In the default ruby API help, there is an information doesn't work.
      In the view class, zoom method.

      I can't give a scale factor zoom to a view ❗

      Sketchup.active_model.active_view.zoom 2
      

      Message :

      Error; #<TypeError; (eval);91;in `zoom'; wrong argument type (expected Sketchup;;Entity)>
      

      Is it a free SU problem ? Or an API problem ?
      Thank you.

      Frenglish at its best !
      My scripts

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

        I think you need a Float (i.e. 2.0) instead of an Integer.

        Hi

        1 Reply Last reply Reply Quote 0
        • R Offline
          RickW
          last edited by

          or an entity (like a face):

          model = Sketchup.active_model
          sel = model.selection   # have something selected
          model.active_view.zoom sel.first
          

          Sketchup will zoom to the selected object.

          I've updated the GGroups docs

          RickW
          [www.smustard.com](http://www.smustard.com)

          1 Reply Last reply Reply Quote 0
          • M Offline
            Matt666
            last edited by

            Ok !! Thanks to both of you (Soory for the translation !!)

            Frenglish at its best !
            My scripts

            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