fixed delete all xlines
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
(defun C:dax (/ ss)
|
||||
(graphscr)
|
||||
(setq ss (ssget "_A" '((0 . "XLINE"))))
|
||||
(command "._erase" ss "")
|
||||
(if ss
|
||||
(command "._erase" ss "")
|
||||
)
|
||||
(princ)
|
||||
)
|
||||
dax
|
||||
|
||||
Reference in New Issue
Block a user