home *** CD-ROM | disk | FTP | other *** search
- ATREP Menu: INFO
- ==============================================================================
- Creates a file containing a list of all database entities and their
- attributes.
-
- 1. (CHAR) entities-attributes file name (1-8 char.)
-
- Description:
- This command will prepare a report containing a list of all the entities in
- the database and their attributes. Some attributes are added by the system
- (e.g., the command \setwz adds the wall widths and heights as attributes). You
- may add attributes to entities using the command \atrib (see documentation for
- \atrib). Specify the name of the entities-attributes report file (up to 8
- characters); the system will add the filename extension .atr, (i.e. the file
- will be named fname.atr).
-
-
-
-
-
-
-
- Example: Entity Number Attribute Value
- 4 price 1$
- 5 ww -0.15 0.15
- 5 wz 2.28 2.28
- 5 >we 6 7
- 5 >ws 8 9
- 5 >wso 10
- 5 material blocks
- 6 price 2000$
- 7 price 1000$
- 8 number 11
- 9 price 7000$
- 10 material bricks
- 11 number 177
- 12 price 222$
- 13 arch green
-
- NOTE:
- 1. Entity numbers are consecutive, starting from 4.
- 2. See command \qent for a full list of attribute types.