Search found 4 matches

vlax-for issue

In AutoCAD the following lisp expression: (vlax-for dict (vla-get-dictionaries (vla-get-activedocument (vlax-get-acad-object))) (print dict)) returns: #<VLA-OBJECT IAcadDictionary 000002a65a328cb8> #<VLA-OBJECT IAcadXRecord 000002a65a329528> #<VLA-OBJECT IAcadDictionary 000002a65a328958> #<VLA-OBJEC...

Re: Reactors

Thank you for your solution. It seems any of the prin* functions do not work nor do the basic get* functions. Strange, but I can create workarounds if needed, not a total show-stopper. I don't typically use the console output in reactor callbacks, I was just using for testing to solve some other iss...

Re: Reactors

Hi , Not sure about version 9.0, but it works well in CMS IntelliCAD version 9.2IntelliCAD Reactor.png Hello, long time AutoLisp programmer looking into IntelliCAD as an economic alternative. I loaded the following code (mostly from this post) into AutoCAD and Intellicad 12.1: (defun LO-changed (LO...

Go to advanced search