Create an anonimus group

Discussion in 'AutoCAD' started by Gustavo Guidi, Sep 28, 2004.

  1. How can I create an anonimous group (not with command becouse I need to use
    it in a Reactor)
    I know to do it with a name, but if I use "*" as in command line, doesn't
    work

    (newGroup (vla-add acadGroups strName)

    Thanks
     
    Gustavo Guidi, Sep 28, 2004
    #1
  2. Gustavo Guidi

    SpeedCAD Guest

    Hi...

    Test this:

    (vla-add (vla-get-groups
    (vla-get-activedocument (vlax-get-acad-object))
    )
    "*"
    )

    It work well

    Un saludo de SpeedCAD... :D
    CHILE
    FORO: http://www.hispacad.com/foro
     
    SpeedCAD, Sep 28, 2004
    #2
  3. Thanks

    Que pasa con hispacad que da No se puede mostrar la página hace 3 dias?
     
    Gustavo Guidi, Sep 29, 2004
    #3
  4. Gustavo Guidi

    SpeedCAD Guest

    Hi...

    No se que pasa, ya le mande un correo a David pero no contesta...

    Parece que no se podra entrar hasta el viernes.
     
    SpeedCAD, Sep 29, 2004
    #4
  5. Test this:

    .. . . and where is the selection set ?

    Please provide a complete example.

    Thanks

    domenico
     
    Domenico Maria Pisano, Sep 29, 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.