home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Pro / 3d / DKBTrace.lha / DKBTrace / dkbutdoc.lzh / gear.doc < prev    next >
Text File  |  1991-06-08  |  2KB  |  51 lines

  1.  
  2.      This program generates a DKB .DAT file containing a DECLAREd
  3.     gear based on user defined variables.  An outline of the gear is
  4.     displayed in graphics mode.
  5.  
  6.      To quote a buddy on user code modifications "You break it, you own
  7.     both halves".  If you make any enhancements, please add your notes to
  8.     this document (and please send a copy back to me via BBS).
  9.  
  10.     I can be reached at YOU CAN CALL ME RAY RBBS (708) 358-5611.
  11.  
  12.             "Its my world and you're welcome to it".
  13.                         Ken Koehler (3-31-91)
  14.  
  15.  
  16.             Enclosed are the following files:
  17.               GEAR.BAS          QuickBASIC source
  18.               GEAR.EXE          MS-DOS executable
  19.               GEAR.DOC          This file
  20.               GEARSAMP.DAT    Sample gear scene
  21.  
  22.  
  23. Tooth type (Pointed/Flat)      :    Currently only supports P.
  24.  
  25. Wheel type (Disk/Spokes)       :    Can be either flat disk with holes carved
  26.                     out or spokes.
  27.  
  28. Number of teeth            :    What it says.
  29.  
  30. Gear Radius        from center:    Radius to midpoint of tooth. This makes
  31.                     it easy to measure center points of
  32.                     MESHED gears (why would you only have 1?).
  33.  
  34. Disk/Spoke Thicknes from center:    Usually thinner here than in hardened
  35.                     teeth & hub.
  36.  
  37. Tooth Height               :    Hieght of tooth itself.
  38.  
  39. Tooth&Hub Thickness from center:    Usually thicker than its support.
  40.  
  41. Axel Radius        from center:    "How big is the hole used to mount it?"
  42.  
  43. Hole/Spoke Multiple           :    Number of teeth per hole-carved-out-of-disk
  44.                     or per spoke. Note: Lower numbers = more
  45.                     holes/spokes, but fewer frames needed for
  46.                     rotation.
  47.  
  48.  
  49.      Applications notes:  The gear is designed with the origin in
  50.      its center.  What more can I say?
  51.