home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / ATREP.HLP < prev    next >
Encoding:
Text File  |  1990-07-03  |  2.0 KB  |  43 lines

  1.  ATREP                                                               Menu: INFO
  2.  ==============================================================================
  3.  Creates a file containing a list of all database entities and their
  4.  attributes.
  5.  
  6.          1. (CHAR) entities-attributes file name (1-8 char.)
  7.  
  8.  Description:
  9.  This command will prepare a report containing a list of all the entities in
  10.  the database and their attributes. Some attributes are added by the system
  11.  (e.g., the command \setwz adds the wall widths and heights as attributes). You
  12.  may add attributes to entities using the command \atrib (see documentation for
  13.  \atrib). Specify the name of the entities-attributes report file (up to 8
  14.  characters); the system will add the filename extension .atr, (i.e. the file
  15.  will be named fname.atr).
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.          Example: Entity           Number Attribute  Value
  24.                    4                       price           1$
  25.                    5                       ww              -0.15 0.15
  26.                    5                       wz              2.28 2.28
  27.                    5                       >we             6  7
  28.                    5                       >ws             8  9
  29.                    5                       >wso            10
  30.                    5                       material        blocks
  31.                    6                       price           2000$
  32.                    7                       price           1000$
  33.                    8                       number          11
  34.                    9                       price           7000$
  35.                   10                       material        bricks
  36.                   11                       number          177
  37.                   12                       price           222$
  38.                   13                       arch            green
  39.  
  40.  NOTE:
  41.  1. Entity numbers are consecutive, starting from 4.
  42.  2. See command \qent for a full list of attribute types.
  43.