Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change layer by numerical keyboard 1

Status
Not open for further replies.

carmelo81

Civil/Environmental
Apr 15, 2013
3
Hi all and compliment for your forum!
Before to use draftsight i used Intellicad and i used codes below for change, frozen and unfrozen layer:
^C^C^C_layer;s;layer2;; to set layer2
^C^C^C_layer;f;layer2;; to frozen layer2
^C^C^C_layer;t;layer2;; to unfrozen layer2

I try to use this code in draftsight but dot not work.
So, there is in draftsight, a method for change layers by clicking the numeric keys?

Regards
Carmelo
 
Replies continue below

Recommended for you

Hi,

try replace your commands with theese
to set layer 2 use ^C^C-LA;M;2;; If the layer does not exist, will be created and set as the current
to frozen layer 2 use ^C^C-LA;F;2;;
to unfrozen layer 2 use ^C^C-LA;T;2;;
You can use command -LA (or -LAYER) and see other options to manage layers. Sign - is important, without it, a dialog panel to manage layers appears.
 
hi and thank you for response..
i have tried to replace command with ^C^C-LA;M;MURI;; but not run and show this message " Unrecognized command ".
So, i not understand the problem.
Please help me, thanks you.

ps: "muri" is the name of layer.
 
Hi,
this command does not work in command line as is. At the command prompt, you enter commands individually.
This what I sent operates as follows:
1 anywhere in tooolbar right click mouse
2 choose Customize Interface
3 select Command. In the upper right klick small green + (Add Command)
4 New line with word "command" appears. Replace "Command" command with your name, for example "set current layer".
5 enter ^ C ^ C-LA, M; MURI;; into the command line string. You can add icon and description of the command. Select Apply or OK.
6 Now you can use this command in the menu, Toolbars, and Keyboard Shortcuts.
7 DraftSight "HELP" - "Customizing Interface" describes this in detail
 
hi all and thanks because i solve my main problem!!!
I have other 1 questions:
How frozen, and then unfrozen, all layers (sure except active layer)?
regards
C
 
instead layer name use * (asterisk)
-la;t;*;; to unfrozen
-la;f;*;; to frozen

In layer dialog (command LAYER, not -LA) select all layer by RMB - SpecifyAll, then klick anywhere to column Frozen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor