Anuncios

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

Kent1Cooper
en respuesta a: Anonymous


@Anonymous wrote:

Where do I put the "select"?

....


The SELECT command in a command macro, unlike any other command involving object selection, can take one  backslash for User input, under which you can select any number of things, use any selection options [Remove, Fence, All, etc.], and when you finish the SELECTion, you can go on, giving the Previous selection to the COPY command.  Just that portion of it, through to the Multiple option in COPY:

 

SELECT \COPY P;;M

 

[You can use two spaces after the P -- I just used two semicolons so it's clear there are two, one to "register" the P and one to complete the selection.]

Kent Cooper, AIA