AutoCAD, AutoCAD Architecture (ACA/ADT), Revit Architecture, Revit MEP, Revit Structure, BIM, CAD, AutoLISP, VBA, VB, VB.NET, C#, databases, Access, SQL Server, FlexNet (FLEXlm), license usage reporting, software design, development, customization, integration...
Thursday, April 28, 2005
Misha at Autodesk wants input on the LAYFRZ, LAYOFF and LAYISO tools
Let him know your thoughts.
Your input needed
Guys, I have a question for you. I am doing some research on the usage of certain tools/commands in AutoCAD and was wondering how many of you have ever used LAYVPMODE express tool to change default behavior of LAYFRZ, LAYOFF and LAYISO tools. I would like to hear from those of you who used these three express tools (no matter if you were aware of LAYVPMODE tool or not). Thanks, Misha Belilovskiy AutoCAD Test Development
Subscribe to:
Post Comments (Atom)
Some of the latest blog posts
Contact Us
| About JTB World |
Website General Terms of Use |
Privacy Policy
^ Top of page
© 2004- JTB World. All rights reserved.
Restored comments
ReplyDeletedoug said...
We love the LayFrz and LayOff tools! The most difficulty I have in supporting/training users is utilizing the Options for Entity Level or Block Level for both tools. It would be great if that were even more simple for users. I've found that users don't know the Options exist and that they don't understand the differences.
April 28, 2005
BethPowell said...
I love the Layer Express Tools. Layer Walk is probably my favorite.
I was not familiar with LAYVPMODE. I did attempt to read about it in the help menu, but I didn't find it listed.
In general, I'd like to see the Express Tools updated.
April 29, 2005
Anonymous said...
I use those tools a lot. But for ordinary users it's to difficult to understand that sometimes layers are frozen and sometimes they are turned off with the LAYISO command.
I've modified the LAYISO command, so LAYVPMODE doesn't change it's behaviour anymore.
Perhaps a solution would be to replace the command with a saved 'layerstate'.
May 06, 2005
Anonymous said...
LAYFRZ is a great command, but is there also a shortcut to unfreeze the layers all at once? Similar to how the Layoff/Layon command works.
November 02, 2007
JTB World said...
It's pretty easy to create such a command.
This will thaw all layers with the command ta.
(defun c:ta ()
(command "._layer" "_t" "*" "")
(princ)
)
Put it in your acaddoc.lsp
November 04, 2007