Select Elements

Discussion in 'AutoCAD' started by Sergio, May 13, 2004.

  1. Sergio

    Sergio Guest

    how I make to select the elements added for a command? for example the
    command line adding 5 lines, to select the 5 lines added.
     
    Sergio, May 13, 2004
    #1
  2. Create a marker element using (entlast) before creating your objects.
    Then after creating them, use (entnext xxx) to find the newly created
    objects to add to a selection set.
     
    Allen Johnson, May 13, 2004
    #2
  3. Sergio

    Sergio Guest

    Thanks,

    Sergio
     
    Sergio, May 13, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.