Author Topic: Layer Lisp.  (Read 2948 times)

0 Members and 1 Guest are viewing this topic.

hudster

  • Gator
  • Posts: 2848
Layer Lisp.
« on: May 05, 2004, 11:44:00 AM »
I'm looking for a lisp which will allow me to freeze off layers depending on their name, to allow me to freeze off entire services in one go.

so if i wanted to freeze off the 62 series layers it could filter on the "62" part and all layers containing any reference to "62" would freeze.

Does anyone have a lisp to do this?
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Layer Lisp.
« Reply #1 on: May 05, 2004, 12:01:24 PM »
does it have to be lisp? how about
-la f *62*
Quote

Enter name list of layer(s) to freeze or <select objects>: svy*
Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/Plot/Freeze/Thaw/LOck/Unlock/stAte]:
TheSwamp.org  (serving the CAD community since 2003)

hudster

  • Gator
  • Posts: 2848
Layer Lisp.
« Reply #2 on: May 05, 2004, 12:14:17 PM »
I never even though of using a macro. :oops:

cheers man.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue