Hello,
I'm using a function to quickly divide a line. The divisions are rounded to a chosen distance.
(defun inzetpunten (/ obj num div objg)
(while (not obj)
(setq obj(entsel))
(if obj (progn
(setq objg (entget (car obj)))
(setq num (/ (distance (cdr (a...