<<--SeparateLayersExample.cm>> <<-- Copyright (C) 1985 by Xerox Corporation. All rights reserved. >> <<-- Jacobi, April 4, 1985 2:55:40 pm PST. >> <<>> <<--make sure all is brought over, not only the public stuff; >> <<--needed to make the interpreter happy>> run vplot <<--set crazy mode...>> _ CDBWVersatecImpl.outLine _ FALSE _ CDBWVersatecImpl.skipLayers _ TRUE _ CDBWVersatecImpl.allBlack _ TRUE _ CDBWVersatecImpl.handleSignalNames _ FALSE <<>> <<--tell that you want to plot this layer; here cmos metal>> _ CDProperties.PutPropOnLevel[CMos.met, $DrawMeOnBWVersatec, $DrawMeOnBWVersatec]; <<>> <<***DO THE PLOT HERE***>> <<>> <<--now tell that you don't want to plot this layer next time>> <<_ CDProperties.PutPropOnLevel[CMos.met, $DrawMeOnBWVersatec, NIL];>> <<--reset normal mode of operation>> <<_ CDBWVersatecImpl.outLine _ TRUE>> <<_ CDBWVersatecImpl.skipLayers _ FALSE>> <<_ CDBWVersatecImpl.allBlack _ FALSE>> <<_ CDBWVersatecImpl.handleSignalNames _ TRUE>>