| Author |
Message |
See&Learn
Guest
|
Posted:
Thu Oct 20, 2005 8:10 pm Post subject:
Scrips and more (AutoCad LT) |
|
|
Who knows scrips and macros for Acad LT?
Where we can find then?
How we can do that?
Thnks
Thnks
....
|
|
| Back to top |
|
 |
Mr. B
Guest
|
Posted:
Fri Oct 21, 2005 12:10 am Post subject:
Re: Scrips and more (AutoCad LT) |
|
|
With Deft Fingers, "See&Learn" <jcarlos@tecnias.com> wrote:
| Quote: | Who knows scrips and macros for Acad LT?
Where we can find then?
|
Mostly you just write them to suite your particualar needs.
| Quote: | How we can do that?
|
Scripts are nothing more that plain TEXT type files (ie: use the default MS
Notepad to create them). The extension 'must' be SCR (ie: myscript.Scr).
Then all you do is the enter your AutoCAD command lines and info, line by
line.
An example would be to draw a Pline rectangle thus:
Pline
0,0
10,15
Remember that sometimes you'll need to add in 'blank' lines (ie: return key)
to get out of some commands.
Then in AutoCAD (I can't remember which pull down menu) you can call up the
Script files (or type in SCRIPT on the command line)... choose your SCR file
and run it.
BUT, if you really want to fly, get (buy) a 3rd party Lisp Enabler to allow
yourselves to be able to use LISP files (much more powerful). We used DRCAUTO
at work (several years now) and it is great.
Regards,
BruceF |
|
| Back to top |
|
 |
See&Learn
Guest
|
Posted:
Fri Oct 21, 2005 12:10 pm Post subject:
Re: Scrips and more (AutoCad LT) |
|
|
Thank you very much
Best regards
Carlos
"Mr. B" <User@NoWhere.com> escribió en el mensaje
news:vb8gl11ssht1llfrue71h5sqkko6l5fc7d@4ax.com...
| Quote: | With Deft Fingers, "See&Learn" <jcarlos@tecnias.com> wrote:
Who knows scrips and macros for Acad LT?
Where we can find then?
Mostly you just write them to suite your particualar needs.
How we can do that?
Scripts are nothing more that plain TEXT type files (ie: use the default
MS
Notepad to create them). The extension 'must' be SCR (ie: myscript.Scr).
Then all you do is the enter your AutoCAD command lines and info, line by
line.
An example would be to draw a Pline rectangle thus:
Pline
0,0
10,15
Remember that sometimes you'll need to add in 'blank' lines (ie: return
key)
to get out of some commands.
Then in AutoCAD (I can't remember which pull down menu) you can call up
the
Script files (or type in SCRIPT on the command line)... choose your SCR
file
and run it.
BUT, if you really want to fly, get (buy) a 3rd party Lisp Enabler to
allow
yourselves to be able to use LISP files (much more powerful). We used
DRCAUTO
at work (several years now) and it is great.
Regards,
BruceF
|
|
|
| Back to top |
|
 |
|
|
|
|