Angelo2449
Guest
Hello everyone,
with this command;
I would like to look for all the existing solid > > handles in the design.
Unfortunately the search doesn't work, what is wrong?
Thank you.
with this command;
Code:
(defun c: test (/ stringa num)
(setq num 0)
(if (setq stringa (ssget "_ x" '((0. "hatch") (2. "solid")))
(setq num (1 + num))
); if
(prc "\ nnum xxxx")
(prc num)
(ringing)
);; defun fina cercat
Unfortunately the search doesn't work, what is wrong?
Thank you.