Thanks for the welcome! Been a long-time lurker, several years, just never posted.
insunits=1
insunitsdeftarget=1
insunitsdefsource=1
dimasz=.09375 (3/32")
What I found to 'make it work' for the time being, was to change
(if (eq cfgo_3 "1")
(vla-put-arrowheadsize
(vlax-ename->vla-object llead)
Arsize
)
)
to
(if (eq cfgo_3 "0")
(vla-put-arrowheadsize
(vlax-ename->vla-object llead)
Arsize
)
)
I'm not trying to tell you how to change your lisp (you're far better at this than me), just what my short term solutions were, in case it helps you with any further development.
It's a GREAT lisp and everyone loves it. Great job!