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

automatically appoint layouts

  • Thread starter Thread starter caspergt
  • Start date Start date

caspergt

Guest
Hello.
I have a dwg file with "n" layout say 50, and I would need to name them or numerarli progressively all together (type 0.1,2,3,4,...or to,b,c,d)
Do you have any lisp or macro that works? I found "numlayout" on the net, but I missed the order as if it went to random.. .
Thank you.
 
then you could create a script that opens the file creates layouts
commands should be more or less
1 open
2 filename
3 layout
4
loop 3-4 for n layout

the limit is that you can't define the name of the layout to its creation (as you manage the default name I have no idea) then you could find yourself in the condition of making an additional script to rename them (but having already known names wouldn't be so complicated.
I'll coach you a excel that creates the script automatically
in the column file name the dwg names to create the layout* command description is influent and serves only to pick up in instructionscommands reports the command that is written in the autocad command line and launches the operation
At the end, you create scripts and create the file that you can open with a note block to verify it.

in the file that I attach the first instructions create the layout while the ones below serve to rename it and you have to: delete them if they do not need or replace them with the existing ones

*if you insert more than one the edited command sequence will be repeated for each file
View attachment script per rinomina layout.zip
 
I have to create them from scratch or better....I already have many layouts in the design with different names and I wanted to know if it is possible to rename them in sequence.
cmq thanks for now!!! !
 
if the existing layout names are unknown (except open the file and write a list) or random, then no
 
it will not automatically numera them but it is still moooolto fast, thank you!!! thank you! !
 

Forum statistics

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

Members online

No members online now.
Back
Top