A complete list of reactor types available in AutoCAD can be generated using the AutoLISP function vlr-types (vlr-types). For example:
_$ (vlr-types) enter
The list returned:
(
:VLR-Linker-Reactor
:VLR-Editor-Reactor
:VLR-AcDb-Reactor
:VLR-DocManager-Reactor
:VLR-Command-Reactor
:VLR-Lisp-Reactor
:VLR-DXF-Reactor
:VLR-DWG-Reactor
:VLR-Insert-Reactor
:VLR-Wblock-Reactor
:VLR-SysVar-Reactor
:VLR-DeepClone-Reactor
:VLR-XREF-Reactor
:VLR-Undo-Reactor
:VLR-Window-Reactor
:VLR-Toolbar-Reactor
:VLR-Mouse-Reactor
:VLR-Miscellaneous-Reactor
:VLR-Object-Reactor
)
Note: A description of each one of the different reactor types listed above can be obtained in the AutoLISP Reference Guide. A complete list of reactor types and their associated events is provided in the appendix.
No comments:
Post a Comment