- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm in need of a routine that will allow me to plot certain layers color RED and change it back to default again later. My plot .PC3 is already setup to plot anything with RED property color as red line work. I have other layers to add, but used these five layers as an example of the situation. I’ll need to manipulate the routine myself later.
For example, the layer's original colors are:
- I-FURN-SEAT, CYAN
- I-FURN-FREE, GREEN
- I-FURN-STOR, 50
- I-FURN-FILE, 70
- I-FURN-WKSF, 90
Now, if the routine finds the controlling layer I-FURN-SEAT is anything color but RED, it changes these just layers I-FURN-SEAT, I-FURN-FREE & I-FURN-STOR to RED. Note I'm not changing all of the A-FURN-* layer colors, only the layers just mentioned. This is a temporary property change used to plot the drawings with RED line work.
The results would be:
- I-FURN-SEAT, RED
- I-FURN-FREE, RED
- I-FURN-STOR, RED
- I-FURN-FILE, 70
- I-FURN-WKSF, 90
After plotting, I run the "same" routine and if it finds the controlling layer I-FURN-SEAT is RED, it changes them back to their original layer color.
- I-FURN-SEAT, CYAN
- I-FURN-FREE, GREEN
- I-FURN-STOR, 50
- I-FURN-FILE, 70
- I-FURN-WKSF, 90
Hopefully, I explained what I'm looking for clearly. Is something like this possible?
Solved! Go to Solution.