Dayananda Posted January 23, 2021 Posted January 23, 2021 (defun foo (p) (if (vl-consp p) (or (vl-member-if (function (lambda (a) (equal (list (car a) (cadr a)) (list (car p) (cadr p))))) plst ) (setq plst (cons (cdr (assoc 10 (entmake (list '(0 . "CIRCLE") (cons 10 p) (cons 40 *COV:RAD*))) ) ) pLst ) ) ) ) ) This Mr Fixo's code. Please modify this to insert circles into midpoints of vertex. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.