ssdd Posted November 8, 2019 Posted November 8, 2019 Find the boundary of the most hexagons test.dwg Quote
BIGAL Posted November 9, 2019 Posted November 9, 2019 (edited) Finding vertices Interesting there does not appear to a equivalent to 90 using VLISP. (while (setq plent (ssget (list ( cons 0 "lwpolyline")))) (setq num (cdr (assoc 90 (entget (ssname plent 0))))) (alert (strcat "There are " (rtos num 2 0) " vertices")) ) Edited November 9, 2019 by BIGAL 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.