Looking for a couple of commands
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Looking for a couple of commands

 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD
Author Message
Gary H. Lucas
Guest





Posted: Sat Jan 15, 2005 7:45 am    Post subject: Looking for a couple of commands Reply with quote

In AutoCAD 2000 I would like to put three commands on shortcut keys. I know
how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas

Back to top
Tracy W. Lincoln
Guest





Posted: Sat Jan 15, 2005 8:59 am    Post subject: Re: Looking for a couple of commands Reply with quote

CTRL+A (not sure about 2000) or SELECT[enter]All[enter][enter]

SELECT;ALL;;

And then you can use P for previous to recall them...

-LAYER;F;*;;

Or if you have the Express Tools, use LAYISO

-LAYER;T;*;;

Or if you have the Express Tools, use LAYUNISO
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e883ca$1_3@newsprd01...
Quote:
In AutoCAD 2000 I would like to put three commands on shortcut keys. I
know how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas
Back to top
KDC Consulting
Guest





Posted: Sat Jan 15, 2005 7:09 pm    Post subject: Re: Looking for a couple of commands Reply with quote

Layer uniso didn't work or isn't available in 2000. You have to go to the
layer manager and ctrl-a, click on one of the frozen freeze in current
viewport icon.

"Tracy W. Lincoln" <discussion.support@autodesk.com> wrote in message
news:41e89530$1_3@newsprd01...
Quote:
CTRL+A (not sure about 2000) or SELECT[enter]All[enter][enter]

SELECT;ALL;;

And then you can use P for previous to recall them...

-LAYER;F;*;;

Or if you have the Express Tools, use LAYISO

-LAYER;T;*;;

Or if you have the Express Tools, use LAYUNISO
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e883ca$1_3@newsprd01...
In AutoCAD 2000 I would like to put three commands on shortcut keys. I
know how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas




Back to top
Gary H. Lucas
Guest





Posted: Sun Jan 16, 2005 3:15 am    Post subject: Re: Looking for a couple of commands Reply with quote

Tracy,

Ctrl A for Select All is what I'm trying to get. It doesn't work in 2000
apparently. I wanted to make an alias to do it.

I also want to hit say O enter and have all layers off except the current.
Hit say A enter and they are all on again.

Are there any ways I can do this?

Gary H. Lucas
"Tracy W. Lincoln" <discussion.support@autodesk.com> wrote in message
news:41e89530$1_3@newsprd01...
Quote:
CTRL+A (not sure about 2000) or SELECT[enter]All[enter][enter]

SELECT;ALL;;

And then you can use P for previous to recall them...

-LAYER;F;*;;

Or if you have the Express Tools, use LAYISO

-LAYER;T;*;;

Or if you have the Express Tools, use LAYUNISO
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e883ca$1_3@newsprd01...
In AutoCAD 2000 I would like to put three commands on shortcut keys. I
know how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas


Back to top
KDC Consulting
Guest





Posted: Sun Jan 16, 2005 10:00 am    Post subject: Re: Looking for a couple of commands Reply with quote

Ctrl-A works for me on 2000. Lisp can do what you want. I may be able to dig
up a vba utility that is a great layer control. Just need to get the authors
permission.

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e995f1$1_3@newsprd01...
Quote:
Tracy,

Ctrl A for Select All is what I'm trying to get. It doesn't work in 2000
apparently. I wanted to make an alias to do it.

I also want to hit say O enter and have all layers off except the current.
Hit say A enter and they are all on again.

Are there any ways I can do this?

Gary H. Lucas
"Tracy W. Lincoln" <discussion.support@autodesk.com> wrote in message
news:41e89530$1_3@newsprd01...
CTRL+A (not sure about 2000) or SELECT[enter]All[enter][enter]

SELECT;ALL;;

And then you can use P for previous to recall them...

-LAYER;F;*;;

Or if you have the Express Tools, use LAYISO

-LAYER;T;*;;

Or if you have the Express Tools, use LAYUNISO
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e883ca$1_3@newsprd01...
In AutoCAD 2000 I would like to put three commands on shortcut keys. I
know how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the
drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas




Back to top
Gary H. Lucas
Guest





Posted: Mon Jan 17, 2005 1:01 am    Post subject: Re: Looking for a couple of commands Reply with quote

I'd appreciate that.

Gary H. Lucas

"KDC Consulting" <keithmust@remove.kdc2.com> wrote in message
news:41ea0669_1@newsprd01...
Quote:
Ctrl-A works for me on 2000. Lisp can do what you want. I may be able to
dig
up a vba utility that is a great layer control. Just need to get the
authors
permission.

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e995f1$1_3@newsprd01...
Tracy,

Ctrl A for Select All is what I'm trying to get. It doesn't work in 2000
apparently. I wanted to make an alias to do it.

I also want to hit say O enter and have all layers off except the
current.
Hit say A enter and they are all on again.

Are there any ways I can do this?

Gary H. Lucas
"Tracy W. Lincoln" <discussion.support@autodesk.com> wrote in message
news:41e89530$1_3@newsprd01...
CTRL+A (not sure about 2000) or SELECT[enter]All[enter][enter]

SELECT;ALL;;

And then you can use P for previous to recall them...

-LAYER;F;*;;

Or if you have the Express Tools, use LAYISO

-LAYER;T;*;;

Or if you have the Express Tools, use LAYUNISO
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator

"Gary H. Lucas" <gary.lucas@verizon.net> wrote in message
news:41e883ca$1_3@newsprd01...
In AutoCAD 2000 I would like to put three commands on shortcut keys.
I
know how to do that, I just don't know what the commands are.

I want a key to Select ALL, everything currently visible in the
drawing.

I want a key to hide all but the current layer.

I want a key to unhide everything.

Thanks,

Gary H. Lucas






Back to top
gpetty46
Guest





Posted: Tue Jan 25, 2005 9:56 pm    Post subject: Re: Looking for a couple of commands Reply with quote

Gary,
For your layer freeze/thaw I've posted a little lisp routine (OFF.LSOP) in the customer files area. It does exactly what you want. "off" freezes all but the current layer. "on" thaws then all. I've used it for years.

I've included LAKEEP.LSP which will freeze all except the layers you select. "on" will then thaw all.

Gary (too)
Back to top
gpetty46
Guest





Posted: Tue Jan 25, 2005 10:19 pm    Post subject: Re: Looking for a couple of commands Reply with quote

Oops! (my favorite command!) I forgot to post you a link to the uploaded file:

http://discussion.autodesk.com/thread.jspa?threadID=379953

Gary (too)
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB