Discussion:
default layer for text & dimensions
(too old to reply)
ADavis
2005-03-08 22:44:23 UTC
Permalink
How can I make so that anytime I type text it goes automatically on the a layer called "text" or when I dimension something, the dimension line goes automatically on to a layer called "dims"?
Jholt
2005-03-08 23:16:45 UTC
Permalink
You can't do this.

However, you can set up some macros that set everything up for you to annotate or dimension your drawings and set the appropriate layer to current.

jeff <><
Brian Spillane
2005-03-09 04:14:17 UTC
Permalink
Note: Dim layer must be in the drawing for this macro to work.
Copy this and set it as the macro in your dimension button.

^C^C-layer set dim^M;^C^C_dimlinear

Similarly you could use
^C^C-layer set text^M;^C^C_mtext
as the macro on your mtext button as long as the layer exists.

hth Brian
Post by ADavis
How can I make so that anytime I type text it goes automatically on the a
layer called "text" or when I dimension something, the dimension line goes
automatically on to a layer called "dims"?

Loading...