Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: Intuos5


@Intuos5 wrote:

 


@Kent1Cooper wrote:

This is enough, in my trial:

(sssetfirst nil (ssget "_P"))

I put it into a Tool Palette button, and just picking on it selects/grips/highlights the Previous selection.  And likewise for the Last item:

(sssetfirst nil (ssget "_L"))


Apologies for asking yet another thing, this is all new to me. Okay, so for creating the new command, in which box do I paste the script portion? I presume the macro one for the command? Then I can use this guide to assign the actual alias to the command, which looks doable.


In the procedure in that guide, yes, put the code into the "Macro" slot, and the letters you want to type into the "Name" slot.  There are other ways, but that should do it.

Kent Cooper, AIA