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

layer corrente

  • Thread starter Thread starter loris binosi
  • Start date Start date

loris binosi

Guest
Good morning, everyone. in a file lisp I must make a layer current and then I entered the following instruction:
(command "_-layer" "_d" namelayer "")
But it doesn't work. Can you help me? Thank you.
 
thanks, but it does not work, that is the program ends its path, even if it goes wrong and does not change the current layer with the layer "nomelayer"
 
thanks, but it does not work, that is the program ends its path, even if it goes wrong and does not change the current layer with the layer "nomelayer"
Sorry I didn't see you should write nomelayer in tiny as I imagine you had written before, and anyway the variable nomelayer must be set with an existing layer name in the design

(command "_setvar" "clayer" namelayer ")
 
come giustamente mammals contest, for your part the opening of another discussion, design of a polylinea creates a lot of confusion, as to answer your questions you need to move to the other discussion, where rpor66 gave you very good answers, and you (as other user ????) put your file lisp, asking for his help, now I don't want to pass in front of anyone (I don't have any) rpor66), but I think in the file the term nomelayer do not treat it as variable, but in its place write directly the name of the layer, in this case it must be enclosed between quotes.
(command "_-layer" "_m" "bp_ferri out"")
 
I apologize to everyone for the confusion I unintentionally created by opening two discussions. as you have rightly pointed out it can become complicated to follow both. I can only say I'm a new user and still inexperienced.
 
come giustamente mammals contest, for your part the opening of another discussion, design of a polylinea creates a lot of confusion, as to answer your questions you need to move to the other discussion, where rpor66 gave you very good answers, and you (as other user ????) put your file lisp, asking for his help, now I don't want to pass in front of anyone (I don't have any) rpor66), but I think in the file the term nomelayer do not treat it as variable, but in its place write directly the name of the layer, in this case it must be enclosed between quotes.
(command "_-layer" "_m" "bp_ferri out"")
Thanks for the answer.
 

Forum statistics

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

Members online

No members online now.
Back
Top