Re: Issue with printing
Can you try to uninstall and reboot before re-install the IntelliCAD.
- Forum: General
- Topic: Issue with printing
- Replies: 4
- Views: 46
- Sun Apr 18, 2021 6:21 pm
- Jump to post
Code: Select all
(defun C:FMP ; = Fillet Multiple Polylines
(/ plss n)
(if (setq plss (ssget '((0 . "LWPOLYLINE"))))
(repeat (setq n (sslength plss))
(command "_.fillet" "_polyline" (ssname plss (setq n (1- n))))
); repeat
); if
(princ)
); defun
Code: Select all
; Ring Type Joint Face Blind
(defun RTJBLD (/ RTJBLD:FOD$ RTJBLD:FTHK RTJBLD:RTJD$ RTJBLD:RTJTHK$ RTJBLD:HOL$ RTJBLD:HPCD$ INPT IANG BLD1 insertscal)
...