• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

script per layer

  • Thread starter Thread starter Aurora_86
  • Start date Start date

Aurora_86

Guest
Bye to all,
I’m trying to figure out what scripts are, how they create and how and why they use them. from what I read, scripts allow you to set the drawing sheet with certain custom settings. For example, I would be very useful to create a script in which to insert a layer group, each with a name, a color, a thickness, etc, since in my drawings I use the same layers repeatedly. I would like to open the autocad file and upload a script that pleases a group of layers I need.
Can you do this?
Thank you.
 
searched for scripts in the forum? There are dozens of discussions about it, even quite recent.
the script is a kind of lisp only limited.
Then he'll talk about it.
 
For example, I would be very useful to create a script in which to insert a layer group, each with a name, a color, a thickness, etc, since in my drawings I use the same layers repeatedly. I would like to open the autocad file and upload a script that pleases a group of layers I need.
Can you do this?
Thank you.
aurora hi, there is no need to shake scripts for this.
just have a set design as you prefer (layer, wear units, text styles and quotas etc) and save it as a document template ( .dwt file).
when you create a new design, just indicate that you want to use as a model your aurora.dwt and you will already find everything set.
if you save the design as acad.dwt or acadious.dwt, the model will become the standard of autocad as an empty design.

scripts are a series of commands, as if you give them by keyboard, in the exact sequence that autocad expects (e.g. line 0,0 1,1 2,2 4.5 )
this generates a line that starts from the coordinates 0.0 to 1.1, then up to 2.2 to end to the coordinates 4.5.
 
I had already looked at the old discussions without finding what I needed
And I believe you found nothing. scripts have nothing to do with what you want to do.
 
aurora hi, there is no need to shake scripts for this.
just have a set design as you prefer (layer, wear units, text styles and quotas etc) and save it as a document template ( .dwt file).
when you create a new design, just indicate that you want to use as a model your aurora.dwt and you will already find everything set.
if you save the design as acad.dwt or acadious.dwt, the model will become the standard of autocad as an empty design.

scripts are a series of commands, as if you give them by keyboard, in the exact sequence that autocad expects (e.g. line 0,0 1,1 2,2 4.5 )
this generates a line that starts from the coordinates 0.0 to 1.1, then up to 2.2 to end to the coordinates 4.5.
thanks for the help:biggrin:
- - - updated - - - -Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top