Explode all proxy entities.

Discussion in 'AutoCAD' started by Casey, Sep 12, 2003.

  1. Casey

    Casey Guest

    Looking for some help in writing a lisp or marco (toolbar) button to explode
    all proxy entities.

    At the command prompt, i can type:

    (setq ss (ssget "x" '(("ACAD_PROXY_ENTITY"))))

    explode
    !ss

    and it works fine, but as soon as i put it into a toolbar, no luck.

    any suggestions?
    TIA
     
    Casey, Sep 12, 2003
    #1
  2. Casey

    Casey Guest

    Oops.... line should actually read :

    (setq ss (ssget "x" '((0 . "ACAD_PROXY_ENTITY"))))

    but it still doesn't work in a toolbar button....
     
    Casey, Sep 12, 2003
    #2
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.