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

  1.  
  2.  DRAW, Introduction
  3.  
  4.  The DRAW  commands allow  the user  to redraw  all or  part of a
  5.  part. It  is useful  if a part is very complicated, to draw only
  6.  certain entities at any one time.
  7.  
  8.  
  9.  16.2 "DRAW PAGE"
  10.  
  11.  This command allows the user to clear the current screen without
  12.  losing any  of  the  current  graphics  information.  Once  this
  13.  command  has   been  selected,  the  screen  appears  blank  and
  14.  particular  entities  can  be  redrawn  and  others  omitted  if
  15.  desired. It exactly analogous to SET PAGE in QD2D.
  16.  
  17.  
  18.  16.3 THE "DRAW" OPTIONS
  19.  
  20.  To draw  any particualr  element to the screen, just select DRAW
  21.  and then the type of element desired.
  22.  
  23.       Option         Nature of Option
  24.  
  25.       ALL            Redraws the whole drawing except points.
  26.       POINT          Redraws all the points.
  27.       LINE           Redraws all lines.
  28.       CURVE          Redraws all curves.
  29.       CIRCLE         Redraws all circles.
  30.       PLANE          Redraws all  planes (including  the centriod
  31.                      diamond).
  32.       SUB            Redraws all sub-parts.
  33.       CYLIN          Redraws all cylinders.
  34.       GRID           Redraws the reference grid.
  35.       RV ARC         Redraws all revolved arcs.
  36.       PATH           Redraws  all  paths  with  points  drawn  as
  37.                      squares.
  38.  
  39.  The element selected is drawn if hidden, and redrawn if not.
  40.  
  41.  
  42.