PDA

View Full Version : intellicad lisp to autocad


parkerfeldman
2009-07-10, 02:44 PM
hello i have a lisp that was written to function with intellicad i now need this lisp to work in autocad. it did not work on first try giving different errors which i fixed and then had a new one. i was wondering if anyone knows all the main command differences between the two programs. cause all my errors are coming from commands it is trying to call. i noticed that (command ".delete") had to be changed to (command ".erase") and it would call system settings to change as (command "attdia" "off") instead of (command "attdia" 0). are there any more differences anyone knows of? any help is much appreciated, and thank you very much in advance.


-Alley Oop

parkerfeldman
2009-07-10, 03:22 PM
here is the lisp. it is 2000 lines which is why i didn't originally include it. it is not my lisp. I do not claim this as my own.