vipin_nair
2007-10-26, 08:55 AM
Hi all,
I have a routine which make wall in specified width. But every time I had to 'explode' that wall to insert Doors & windows, and anyone knows how can we edit this wall (ie. change the wall thickness. This is very useful for us.Thank you.
Routine is here..... PLease try.....
(defun c:w23()
(setq cm(getvar "cmdecho"))
(setvar "cmdecho" 0)
;;; (setq clay(getvar "clayer"))
(setq cclr (getvar "cecolor"))
(command "layer" "m" "wall" "c" "cyan" "" "")
(command "mline" "s" "230")
;;; (command "layer" "m" "0" "c" "white" "" "")
;;; (setvar "clayer" clay)
(setvar "cmdecho" cm)
)
I have a routine which make wall in specified width. But every time I had to 'explode' that wall to insert Doors & windows, and anyone knows how can we edit this wall (ie. change the wall thickness. This is very useful for us.Thank you.
Routine is here..... PLease try.....
(defun c:w23()
(setq cm(getvar "cmdecho"))
(setvar "cmdecho" 0)
;;; (setq clay(getvar "clayer"))
(setq cclr (getvar "cecolor"))
(command "layer" "m" "wall" "c" "cyan" "" "")
(command "mline" "s" "230")
;;; (command "layer" "m" "0" "c" "white" "" "")
;;; (setvar "clayer" clay)
(setvar "cmdecho" cm)
)