home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / closedraw < prev    next >
Text File  |  1995-07-10  |  2KB  |  38 lines

  1.  
  2.    8.2 CLOSE DRAWING
  3.  
  4.  
  5. The CLOSE DRAWING command is used to exit the current drawing and return the
  6. user to the default blank sheet. The current drawing can be saved to disk
  7. or discarded if required.
  8.  
  9. Unless the QUIT modifier is used, the current drawing will be saved to disk
  10. under the name in which it was originally opened. The drawing can be saved
  11. under a different name using the NAME modifier. If the destination filename
  12. for the drawing already exists, a requester will appear asking for
  13. confirmation for the last saved version of the drawing to be overwritten.
  14.  
  15.  
  16.    MODIFIERS
  17.  
  18. NAME           Can be used to specify an alternative filename used to save
  19.                the current drawing. The filename should be in standard
  20.                AmigaDos format consisting of no more than 80 characters.
  21.  
  22. QUIT           If this modifier is used, the current drawing will not be
  23.                saved to disk. A requester will appear to confirm that you
  24.                actually want to do this.
  25.  
  26. NOGRAPHICS     The NOGRAPHICS modifier can be used to save the current
  27.                drawing without any graphics information, only the drawing
  28.                database is saved.
  29.  
  30.                It is best to use this modifier for drawings that will be
  31.                archived or not accessed for a long period of time. Saving a
  32.                drawing without graphics data can reduce the size of the
  33.                destination file by up to 75%. When a drawing is saved using
  34.                NOGRAPHICS and later recalled with the OPEN DRAWING command,
  35.                the graphics data is rebuilt from the drawing database.
  36.  
  37.  
  38.