Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. perl -le '$pi = 3.14159265358979323846 ; for ( $i=0; $i<8 ; $i++ ){ print cos($pi*$i/4)."t". sin($pi*$i/4)}'
  2.  
  3. # vtk DataFile Version 2.0
  4. Simple surface on a triangle mesh with vertices (xj,yj,zj) for j=0,8.
  5. ASCII
  6. DATASET UNSTRUCTURED_GRID
  7. POINTS 9 double
  8. 0 0 1.0
  9. 1 0 0.0
  10. 0.707106781186548 0.707106781186547 0.0
  11. 6.12323399573677e-17 1 0.0
  12. -0.707106781186547 0.707106781186548 0.0
  13. -1 1.22464679914735e-16 0.0
  14. -0.707106781186548 -0.707106781186547 0.0
  15. -1.83697019872103e-16 -1 0.0
  16. 0.707106781186547 -0.707106781186548 0.0
  17.  
  18. CELLS 8 32
  19. 3 0 1 2
  20. 3 0 2 3
  21. 3 0 3 4
  22. 3 0 4 5
  23. 3 0 5 6
  24. 3 0 6 7
  25. 3 0 7 8
  26. 3 0 8 1
  27.  
  28. CELL_TYPES 8
  29. 5
  30. 5
  31. 5
  32. 5
  33. 5
  34. 5
  35. 5
  36. 5
  37.  
  38. POINT_DATA 9
  39. SCALARS z_values double
  40. LOOKUP_TABLE default
  41. 1.0
  42. 0.0
  43. 0.0
  44. 0.0
  45. 0.0
  46. 0.0
  47. 0.0
  48. 0.0
  49. 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement