Search found 3 matches

Re: I use to work with LISP within AutoCAD, Need Help to work with Carlson IntelliCAD

(vl-load-com) (defun get_all_inters_in_SS (SS / SSL ;length of SS PTS ;returning list aObj1 ;Object 1 aObj2 ;Object 2 N1 ;Loop counter N2 ;Loop counter iPts ;intersects C1 C2 C3 ) (defun iL->L (iPts / Pts) ; convert coordlist -> pointlist (while (> (length iPts) 0) (setq Pts (cons (list (car iPts) ...

I use to work with LISP within AutoCAD, Need Help to work with Carlson IntelliCAD

While I can do some minor changes with AutoLISP with AutoCAD which most of the time it will work for me, Since, started working with Carlson IntelliCAD, didn't get proper documents about changes with AutoLISP functions for IntelliCAD, It will be apricate someone can help me with given below code. (v...

Go to advanced search

cron