Create unnamed Group from Lisp

Discussion in 'AutoCAD' started by Remyga, Feb 13, 2004.

  1. Remyga

    Remyga Guest

    Hi all,
    How can I create unnamed Group from Lisp? Now i'm Creating like this:
    (command "-Group" "Create" "Ax" "" obj1 obj2 "")

    Thanks for advices.
     
    Remyga, Feb 13, 2004
    #1
  2. Remyga

    Joe Burke Guest

    Remyga,

    Assuming a selection set named ss. (command "-group" "" "*" "" ss "") should create
    an unnamed group.

    Joe Burke
     
    Joe Burke, Feb 13, 2004
    #2
  3. Remyga

    jbryant4 Guest

    Search this Forum, as there have been several routines for this posted.
     
    jbryant4, Feb 13, 2004
    #3
  4. Remyga,

    Isn't the code you are using have a name of "Ax"?

    I have trouble creating an unnamed group. Although I can grip many objects,
    <Ctrl C> then <Crtl V> but they are still not a group. They act like a
    group while I am placing them.

    W. Kirk Crawford
    Rochester Hills, Michigan
     
    W. Kirk Crawford, Feb 14, 2004
    #4
  5. Remyga

    Joe Burke Guest

    Kirk,

    Group definitions, named or not, don't survive Copy/Paste. A programming workaround
    is needed.

    Joe Burke
     
    Joe Burke, Feb 14, 2004
    #5
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.