(defun C:steph() ;;; (make_layer "BOUNDARY" 8 nil) (setvar "CLAYER" "BOUNDARY") (command "boundary") (setq ss_b (ssget "x" '((8 . "BOUNDARY")))) (command "_hatch" "_user" 75 50 "n" ss_b "") );
The rutine above stop after the boundaries are created, why?
Anybody can help me fix it? Many thanks