• Login
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
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 22 May 2008, 05:46

    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
    1 / 1
    • First post
      1/1
      Last post
    Buy SketchPlus
    Buy SUbD
    Buy WrapR
    Buy eBook
    Buy Modelur
    Buy Vertex Tools
    Buy SketchCuisine
    Buy FormFonts

    Advertisement