Re: Fillet all corners of multiple polylines at once.
Yes! Perfect, thanks again Quan. Ramon Try this: (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
- Forum: AutoLisp/SDS
- Topic: Fillet all corners of multiple polylines at once.
- Replies: 2
- Views: 212
- Thu Mar 11, 2021 11:18 pm
- Jump to post