Jump to content

Recommended Posts

Posted

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...

Guest kruuger
Posted

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 :(

Posted

Hi

 

yes i tried it before and it didnt work for me

 

thank you anyway

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...