Cimatron v2025 Announced
13 hours ago
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...
Contact Us
| About JTB World |
Subscribe to this blog
JTB World's website |
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