Author Topic: Remove reactor in all opened files  (Read 1062 times)

0 Members and 1 Guest are viewing this topic.

Lupo76

  • Bull Frog
  • Posts: 343
Remove reactor in all opened files
« on: March 31, 2017, 06:51:15 AM »
Hello to all,
I need to remove all the reactors in all open files.

I have tried:
Code: [Select]
(vlax-for eachDwg OpenDwgs
    (progn
      (vlr-remove-all)
      (otherlisp)
    )
 )


but not works :-(
Can you help me?