testing for wipeout frame

Discussion in 'AutoCAD' started by kemp, Apr 15, 2004.

  1. kemp

    kemp Guest

    I need to create a conditional statement that tests the status of the
    wipeout frame. Can someone point me in the right direction?

    thanks!
    kemp
     
    kemp, Apr 15, 2004
    #1
  2. kemp

    Josh Guest

    (setq WIPEOUT_VARS (dictsearch (namedobjdict) "ACAD_WIPEOUT_VARS"))
    (princ (strcat "\nWIPEOUT frames are " (if (= (cdr (assoc 70 WIPEOUT_VARS))
    0) "OFF" "ON")))
    (princ)
     
    Josh, Apr 15, 2004
    #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.