DryWater Posted April 4, 2009 Posted April 4, 2009 Hi everybody... Can I use FLATSHOT in Autolisp code? I wrote this code: {{ (defun C:spring1 () (command "._helix" "0,0" "2" "2" "turns" "7" "10") (command "circle" "0" "0.2") (command "sweep" "all" "" "2,0") (command "flatshot" ) (Command "5,5,0") (Command "1") (Command "1") (Command "0") ) }} the problem is that i have to click on create button for this code to work since there is a pop up window appears... can i avoid this pop up window? thank you all... Quote
Guest kruuger Posted April 4, 2009 Posted April 4, 2009 Hi To run command without dialog box we can usually use "-" (minus in front of command, for example -HATCH). It looks like FLATSHOT doesn't work with this Quote
DryWater Posted April 4, 2009 Author Posted April 4, 2009 Hi yes i tried it before and it didnt work for me thank you anyway Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.