ACET- Functions

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

  1. Where can I find information about all the acet- functions availables
    I find them but has no description of arguments to use them

    acet-all ( / a b)
    (setq ldef nil)
    (setq a (atoms-family 1))
    (while a
    (setq b (substr (car a) 1 4))
    (if (= (strcase b) "ACET")
    (setq ldef (agr_lstdef (car a) ldef))
    )
    (setq a (cdr a))
    )
    (setq ldef (vl-sort ldef '>))
    )





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

    Joe Burke Guest

    Joe Burke, Sep 21, 2004
    #2
  3. Thankyou
     
    Gustavo Guidi, Sep 22, 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.