[Plugin] Select last entity drawn
-
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.entlastWith 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 !
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