PDA

View Full Version : reactor in entity


clovis
2008-11-19, 08:57 AM
Hello
In a dwg I've "entget" an entity. In the return list I get the following list :
(102 . "{ACAD_REACTORS") (330 . <Entity name: 7803b6a0>) (102 . "}")
I probably should take a good look in the help file but could someone tells how it works? and how could I use this (above) one?
Thanks

mathew.worland
2008-11-20, 04:27 PM
An object reactor allows Lisp to watch an object for modifications. For a better explanation and example, look in AutoCAD's Developers Help file for vlr-object-reactor

clovis
2008-11-24, 03:34 PM
Thanks I'll take a look