P.Lane
2006-02-09, 09:43 PM
I am trying to creat a routine to set style, width, and height of ADT walls.
here is what I have so far:
(defun c:W19 ()
(command "aecwalladd" "style" "standard" "width" "3.5" " height" "9'1.125")
(princ))
Here is what AutoCAD returns to me:
Command: w19
Point or option keyword required.
Thanks for any help in advance
here is what I have so far:
(defun c:W19 ()
(command "aecwalladd" "style" "standard" "width" "3.5" " height" "9'1.125")
(princ))
Here is what AutoCAD returns to me:
Command: w19
Point or option keyword required.
Thanks for any help in advance