home *** CD-ROM | disk | FTP | other *** search
/ VRML Tools for 3D Cyberspace / VRML_Tools_For_3D_Cyberspace.iso / t_space2 / set29 < prev    next >
Text File  |  1996-07-01  |  735b  |  47 lines

  1. %%BeginResource: procset Adobe_cshow 1.1 0
  2. %%Title: (cshow Operator)
  3. %%Version: 1.1 
  4. %%CreationDate: (1/23/89) ()
  5. %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved)
  6. currentpacking true setpacking
  7. userdict /Adobe_cshow 3 dict dup begin put
  8. /initialize
  9. {
  10. /cshow where
  11.     {
  12.     pop
  13.     }
  14.     {
  15.     userdict /Adobe_cshow_vars 1 dict dup begin put
  16.     /_cshow
  17.         {} def
  18.     Adobe_cshow begin
  19.     Adobe_cshow
  20.         {
  21.         dup xcheck
  22.             {
  23.             bind
  24.             } if
  25.         userdict 3 1 roll put
  26.         } forall
  27.  end
  28.  end
  29.     } ifelse
  30. } def
  31. /terminate
  32. {
  33. } def
  34. /cshow
  35. {
  36. exch
  37. Adobe_cshow_vars
  38.     exch /_cshow
  39.     exch put
  40.     {
  41.     0 0 Adobe_cshow_vars /_cshow get exec
  42.     } forall
  43. } def
  44. currentdict readonly pop end
  45. setpacking
  46. %%EndResource
  47.