home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / utilities / shapes / !Shapes / Files / Toroid < prev    next >
Encoding:
Text File  |  1992-02-22  |  317 b   |  24 lines

  1. # Example for !Shapes
  2. # Draws a toroid
  3.  
  4. RangeA= 0 , 2*PI
  5. RangeB= 0 , 2*PI
  6. StepsA=40
  7. StepsB=15
  8. FuncX=(1+0.3*COS(B))*COS(A)
  9. FuncY=0.3*SIN(B)
  10. FuncZ=(1+0.3*COS(B))*SIN(A)
  11. RangeX= -1.2 , 1.2
  12. RangeY= -1.2 , 1.2
  13. PixelsX=500
  14. PixelsY=250
  15. Frames=1
  16. ScaleX=1
  17. ScaleY=1
  18. ScaleZ=1
  19. RotateX=30
  20. RotateY=40
  21. RotateZ=0
  22. Infinity=100
  23. Zero=0
  24.