home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t191 / 3.img / 3DMISC.ZIP / Q3HF14.HLP < prev    next >
Encoding:
Text File  |  1989-03-17  |  3.5 KB  |  92 lines

  1.  
  2.  
  3.  General Introduction
  4.  
  5.  It is  assumed that the user has read the QD3D User Guide before
  6.  reading this 3D Reference Manual.
  7.  
  8.  Many of  the terms  and capabilities  from QD2D, such as element
  9.  names, are  applicable to  QD3D.  There  are  a  few  exceptions
  10.  however:
  11.  
  12.  1.     QD3D does not support symbols, dimensions, or ellipses.
  13.  
  14.  2.     QD3D does  not support vector plotting. To plot, the user
  15.         must pass the information to QD2D via a text file.
  16.  
  17.  3.     QD3D supports cylinders, revolved arcs and paths.
  18.  
  19.  4.     In QD3D, a part is equivalent to a sub-drawing in QD2D.
  20.  
  21.  5.     The user  may read a part into the working area as a sub-
  22.         part. If  so the  sub-part is  regarded as one entity and
  23.         may be moved, deleted, changed and unpacked as such.
  24.  
  25.  6.     QD3D supports both QD2D and QD3D text files.
  26.  
  27.  
  28.  Structure of QD3D Data
  29.  
  30.  Points are  the most  basic  graphical  element  in  QD3D.  QD3D
  31.  graphical information  is  stored  basically  as  the  following
  32.  attributes:
  33.  
  34.  - Points with three co-ordinates plus a colour and layer.
  35.  - Lines with two end-points.
  36.  - Curves with definition points.
  37.  - Circles/Arcs with five definition points.
  38.  - Planes with definition points.
  39.  - Cylinders with three definition points, a vector and an angle.
  40.  - Revolved  arcs with  four definition  points, a vector and two
  41.    angles.
  42.  - Paths with definition points and an  orientation vector.
  43.  - All graphics attributes are related back to the points.
  44.  
  45.  Thus, whenever  the status  of a  point is  altered,  all  other
  46.  attributes associated  with the  point are altered. For example,
  47.  if a  point is  moved, then  all the  lines linked  to the point
  48.  would be redrawn to the new position.
  49.  
  50.  QD3D stores  each point's  co-ordinates as  real floating  point
  51.  numbers.  There are virtually no limits to the size of the final
  52.  drawing sheet except for the physical limitations of the plotter
  53.  to which  the system  is  interfaced.  Practical  limits  to  be
  54.  observed are  no points  closer than  .01 nor further apart than
  55.  10,000,000.
  56.  
  57.  
  58.  Controlled Replay of Previous Sessions
  59.  
  60.  QD3D writes  a transcript   of   the  user's  session. Should  a
  61.  system  crash  occur  due  to  power  failure, hardware fault or
  62.  software error,  the user  would be  able to recover most if not
  63.  all of his/her work. (A file containing observed user's mistakes
  64.  (ERRORS.Q3D) is also maintained.)
  65.  
  66.  The replay can be performed at four different speeds.
  67.  
  68.  In the SLOW mode all previous user actions (menu selection, KEY-
  69.  BOARD entry)  are considered  as break-points and are displayed.
  70.  The replay  is continued  if the  user presses  the  RETURN  key
  71.  following a break point. A secondary benefit of this facility is
  72.  that  training   programs  or   demonstration  sessions  can  be
  73.  established.
  74.  
  75.  In the  NORMAL  mode,  only    previous  KEY-BOARD  entries  are
  76.  considered to  be break-points,  the replay will continue if the
  77.  RETURN key is pressed. If any other key is pressed, the user has
  78.  the option  to terminate  the replay and proceed  as in a normal
  79.  session.
  80.  
  81.  In the  FAST mode,  there are  no break-points  and the user can
  82.  revert the replay to the NORMAL mode by pressing any key.
  83.  
  84.  In AUTO mode, the replay will be continuous, looping back to the
  85.  start when a QUIT command is reached.
  86.  
  87.  To stop  the replay,  type "$".  If the  replay is in AUTO mode,
  88.  this will also cause QD3D to terminate. If not then the user can
  89.  revert back to command mode in QD3D.
  90.  
  91.  
  92.