Advertisement
luizrosalba

XRMC - quadric.dat

Nov 17th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ; Quadric array file
  2. ;
  3. Newdevice quadricarray ; Device type
  4. QuadricArray ; Device name
  5.  
  6. ; substrato
  7. ; frentex
  8. Plane P1
  9. 0.0000 0 0 1 0 0
  10.  
  11. ;fundox 1 um = 0.0001cm (espessura)
  12. Plane P2
  13. -0.1000 0 0 -1 0 0
  14.  
  15. ;fundoy
  16. Plane P3
  17. 0 -5 0 0 -1 0
  18.  
  19. ;topoy
  20. Plane P4
  21. 0 5 0 0 1 0
  22.  
  23. ;topoz
  24. Plane P5
  25. 0 0 5 0 0 1
  26.  
  27. ;fundoz
  28. Plane P6
  29. 0 0 -5 0 0 -1
  30.  
  31. ; frentex
  32. Plane P7
  33. 0.0010001 0 0 1 0 0 ; frente em 10 micrometros
  34.  
  35. ; revestimento
  36. ;fundox 1 um = 0.0001cm (espessura)
  37. Plane P8
  38. 0.0000001 0 0 -1 0 0 ; 10 micrometros atras
  39.  
  40. ;fundoy
  41. Plane P9
  42. 0 -5 0 0 -1 0
  43.  
  44. ;topoy
  45. Plane P10
  46. 0 5 0 0 1 0
  47.  
  48. ;topoz
  49. Plane P11
  50. 0 0 5 0 0 1
  51.  
  52. ;fundoz
  53. Plane P12
  54. 0 0 -5 0 0 -1
  55.  
  56. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement