PDA

View Full Version : sos,problem with script!!



flyrock
27-07-2008, 10:03 AM
hi,everyone,
i am a beginner to try to use script for my project, but i dont know how to write a correct script for my parts, who can give me some suggestions or a good example script. i will wait fot answer online.
my path is uplaoded in attach file.

thanks for hlep!!!

architech
29-07-2008, 03:27 AM
Did you see the complete scripts we have here...

http://www.autocadeverything.com/help/forumdisplay.php?f=25

flyrock
29-07-2008, 11:29 AM
sorry, architech, i didnt see any complete with your web page http://www.autocadeverything.com/hel...splay.php?f=25.
and would you please explain to me how to design a simple part by script? for ex: 3 lines, 2 cercles, i really need help and want to know how the script works with autocad!
thank you!

architech
29-07-2008, 04:02 PM
to a write script...

just draw the items you want - with just your keyboard...

its a struggle... but just do it...
and write down all the commands and options used...
And put type it up in NOTEPAD and save the text file with the SCR extention.


A little over simplfied....
But a beginning...

Try drawing somthing simple with your keybaord only...
then make a script file out of what you did....
just to get a feeling....

Or take one of the scripts we have here...
and just type out the commands in the script file to see how it works...

let me know how it goes...