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

  1.  
  2.    8.1 OPEN DRAWING
  3.  
  4.  
  5. The OPEN DRAWING command is used to recall an existing drawing and make it
  6. active.
  7.  
  8. If the drawing was previously closed or saved using the NOGRAPHICS modifier,
  9. a message
  10.  
  11.          "Graphics data not found, regenerating graphics."
  12.  
  13. will appear. If this message appears, then there will be a short delay as
  14. the graphics data is rebuilt from the drawing database.
  15.  
  16. When the command is used, a requester will appear asking if a backup of the
  17. specified drawing is required. If the OK gadget is clicked, the named
  18. drawing will be copied to "XDRBACK:backup". This file can then be used to
  19. recover the drawing if required.
  20.  
  21.  
  22.    MODIFIERS
  23.  
  24. NAME           The name of the drawing to open. This should be in standard
  25.                AmigaDos format consisting of not more than 80 characters.
  26.  
  27. .AS            If an existing drawing is opened, the AS modifier can be
  28.                used to specify an alternative filename which will be used
  29.                when the drawing is SAVEd or CLOSEd.
  30.  
  31.                This modifier can be used to recall a standard blank sheet
  32.                containing drawing sheet graphics and predefined text,
  33.                dimension and colour parameters etc. In this way a standard
  34.                sheet can be set up and used as a template for a new drawing.
  35.  
  36.                Example:
  37.  
  38.                   #OPEN DRAWING NAME standard/sheet AS drawing/1-007a
  39.  
  40.                The previously saved drawing "standard/sheet" will be
  41.                recalled. But when this drawing is saved or closed, it
  42.                will be filed under the name "drawing/1-007a".
  43.  
  44.  
  45.