textlayer system variable

textlayer system variable

Anonymous
Not applicable
540 Views
5 Replies
Message 1 of 6

textlayer system variable

Anonymous
Not applicable

is there a way to make the "textlayer" system variable apply to all dwgs without changing it on each dwg individually ?

0 Likes
541 Views
5 Replies
Replies (5)
Message 2 of 6

cadffm
Consultant
Consultant

How should it work?

The information is stored in drawing files,

 so it isn't possible to change at another place (by usual user ways).

You have to change the value where the data is stored: In each DWG file.

 

Working solutions are not smart and/or not simple, it is not possible by commands or sysvars inside LT

Sebastian

0 Likes
Message 3 of 6

pendean
Community Legend
Community Legend
Not sure why they labelled it a "system" variable when it appears to behave like a single drawing variable, one dwg at a time when actively set in the file.

Anyway, you will need full AutoCAD and a lisp routine, or a script file and a script processor that works in LT to do what you want, unless you are up for some old school DOS-based BAT writing I presume.



0 Likes
Message 4 of 6

h_s_walker
Mentor
Mentor

Doesn't look like it, but going forwards why don't you set it in a template. Or change the text command to automatically set the layer to the one you need and then start the text command.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 5 of 6

steven-g
Mentor
Mentor

The closest you might get, would be to drag an mtext item (with the correct layer settings) onto a toolpalette, and from now on use that item when you want to create text items, it will overide the current layer settings and always use the layer that is set in the properties for the toolpalette item. You can set standard properties for many object properties in toolpalette items.

0 Likes
Message 6 of 6

Anonymous
Not applicable

Thanks for the reply. changing the text command might do what we're looking for. Could you tell me how to do this?

Thanks for the help 

0 Likes