sketchucation logo sketchucation
    • Login
    πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    [Plugin] Select last entity drawn

    Scheduled Pinned Locked Moved Plugins
    1 Posts 1 Posters 3.6k Views 1 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 !
      At the request of Jim πŸ˜„ , Here is a script selects last entity drawn.
      The original subject is here.

      the first script places a shortcut in the plugins folder. It selects only the last entity.

      Another script, from Didier Bur, places a shortcut in the context menu. It adds the last entity with the current selection.

      The last script is for developpers. It works like autolisp function.

      Sketchup.active_model.entlast
      

      With this last script, you can re-write the others !

      model = Sketchup.active_model
      model.selection.add(model.entlast)
      

      And

      model = Sketchup.active_model
      model.selection.clear
      model.selection.add(model.entlast)
      

      πŸ˜‰

      Thanks to Didier Bur and Rick Wilson !


      Matt, Plugins folder


      Didier, Context menu


      Matt,developper's function

      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