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

  1.  
  2.    14.2 INPUT DXF
  3.  
  4. The INPUT DXF command is used to convert a drawing in DXF ASCI format to
  5. the X-CAD drawing database format. 
  6.  
  7. The DXF file must adhear strictly to the format laid down by AutoDesk in its
  8. description of DXF drawing interchange files.
  9.  
  10. All entities and blocks defined within the DXF input file will be created in
  11. the active viewport. Therefore the active viewport should be large enough to
  12. hold the drawing defined in the DXF input file. When the command has
  13. processed the HEADER section of the DXF file, if the drawing extents
  14. information was found, a requester will appear showing the drawing extents
  15. and allowing you to abort at this point.
  16.  
  17. As there is no direct translation between DXF layers and X-CAD layers, all
  18. unique layer names defined in the DXF file will be allocated incrementally to
  19. X-CAD layers starting at layer zero.
  20.  
  21.  
  22.    COMMAND FORMAT
  23.  
  24.       #INPUT DXF modifiers [CR]
  25.  
  26. The named DXF input file will be processed. Any syntax errors found will
  27. cause the converter to abort with an error message.
  28.  
  29.  
  30.    MODIFIERS
  31.  
  32. NAME        The name of the DXF input file. ( A .dxf suffix is not 
  33.             required ).
  34.  
  35. UNLINK      When an INSERT is found in the ENTITIES section of the DXF
  36.             file, the BLOCK that is created at the INSERT position 
  37.             consists of a set of related X-CAD entities. The UNLINK
  38.             modifier can be used to suppress entities in a BLOCK being
  39.             related.
  40.