Author Topic: Pick a Viewport and Change Xref Layer Color  (Read 6704 times)

0 Members and 1 Guest are viewing this topic.

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Pick a Viewport and Change Xref Layer Color
« Reply #15 on: August 15, 2012, 11:43:24 AM »
You can add that into the same variable. It's basically a wcmatch string.

So you could have the following:
Code - Auto/Visual Lisp: [Select]
  1. (setq match "*AARCH*,*furn*,*stfr*")
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

RolandOrzabal

  • Newt
  • Posts: 86
  • "memories fade but the scars still linger"
Re: Pick a Viewport and Change Xref Layer Color
« Reply #16 on: August 15, 2012, 11:52:00 AM »
You can add that into the same variable. It's basically a wcmatch string.

So you could have the following:
Code - Auto/Visual Lisp: [Select]
  1. (setq match "*AARCH*,*furn*,*stfr*")

okay. thanks for the info and support inreb
been a great help
"memories fade but the scars still linger"