home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / QUANT.HLP < prev    next >
Encoding:
Text File  |  1992-01-23  |  4.8 KB  |  127 lines

  1. QUANT                                                               Menu: INFO
  2. ==============================================================================
  3. Creates external report files containing data on the model walls, holes, and
  4. solids.
  5.  
  6.          1. (Y/N) dBASE-III format report ?
  7.       if reply `n' and files already exist:
  8.          2. (Y/N) files: holes, solids, walls, already exist, want to overwrite? <n>
  9.       if reply `y':
  10.          2. (CHAR) file name for dBASE-III (1-8 char.)
  11.       if dBASE-III file name exists:
  12.          3. (Y/N) file (name) already exists, want to overwrite ? <n>
  13.  
  14. Description
  15. This command creates reports containing numeric data on walls, solids and
  16. holes. If you answered `n' to the prompt "dBASE-III format report?", three
  17. files with no extensions are created in your current directory:
  18. walls
  19. solids
  20. holes
  21.  
  22. If the files already exist, you will be notified and prompted to confirm
  23. overwriting. If you reply `n', you are returned to the "enter command:" prompt.
  24. You may invoke \shell and rename the existing files, then return and reinvoke
  25. \quant.
  26.  
  27. 1.Walls
  28.  
  29. The walls file contains data on the walls created in your current model and
  30. has the following format:
  31.  
  32. Ent.    First   Second  Wall    Ht.     Vol.    Area
  33. No.     Point   Point   Width
  34.  
  35. 4       0 0 0   10 0 0  -0.5     0.5    9 9     90      180
  36.  
  37. 7       10 0 0  10 10 0 -0.5     0.5    9 9     90      180
  38.  
  39. 10      10 10 0 0 10 0  -0.5     0.5    9 9     90      180
  40.  
  41. 13      0 10 0  0 0 0   -0.5     0.5    9 9     90      180
  42.  
  43. The first column, Ent. No, is the wall axial line entity number in the
  44. database. The entity number is a unique serial number given to the entity
  45. when it was created.
  46.  
  47. The second column, First Point, is the first point of the wall axial line.
  48. The third column, Second Point, is the end point of the wall axial line.
  49. The fourth column, Wall Width, contains two numbers defining the wall width
  50. (left and right sides of the axial line).
  51. The fifth column, Ht., contains the heights at the two end points of the wall.
  52. The sixth column, Vol., is the calculated volume of the wall.
  53. The seventh column, Area, is the calculated area of the wall faces.
  54.  
  55. 2.Solids
  56.  
  57. The solids file contains data on the solid entities in your current model and
  58. has the following format:
  59.  
  60. Entity          Minimum Maximum Volume          Area
  61.  
  62. 33              x-0.5   10.5
  63.  
  64.                 y-0.5   10.5    121             286
  65.  
  66.                 z910
  67.  
  68. The first column, Entity, is the solid entity number in the data base. The
  69. entity number is a unique serial number given to the entity when it was created.
  70. The second column, Minimum, contains the x, y, and z coordinates of the
  71. lower-left corner of a box containing the entity.
  72. The third column, Maximum, contains the x, y, and z coordinates of the
  73. upper-right corner of that box.
  74. The fourth column, Volume, is the volume of that box.
  75. The fifth column, Area, is the face area of that box.
  76.  
  77. 3. Holes
  78.  
  79. The holes file contains data on the holes (negative solid entities) in your
  80. current model and has the following format:
  81.  
  82. Entity          Min     Max     Volume          Area
  83.  
  84. 28              x0.616  3.714
  85.  
  86.                 y0.033  6.412   -18             54
  87.  
  88.                 z-2.10  2.942
  89.  
  90. 29              x4.080  7.178
  91.  
  92. Entity          Minimum Maximum Volume          Area
  93.  
  94.                 y1.033  7.412   -18             54
  95.  
  96.                 z-3.83  1.209
  97.  
  98. 30              x5.727  8.593
  99.  
  100.                 y3.674  8.416   -14.0744        42.3793
  101.  
  102.                 z-7.79  -3.07
  103.  
  104. The first column, Entity, is the hole entity number in the database. The
  105. entity number is a unique serial number given to the entity when it was created.
  106. The second column, Minimum, contains the x, y and z coordinates of the
  107. lower-left corner of a box containing the entity.
  108. The third column, Maximum, contains the x, y and z coordinates of the
  109. upper-right corner of that box.
  110. The fourth column, Volume, is the volume of that box. Note that the volume is
  111. negative, indicating that this is a negative solid entity.
  112. The fifth column, Area, is the face area of that box.
  113.  
  114. If you answered `y' to the prompt "dBASE-III format report?", the system
  115. prepares ASCII files based on the database for any applications generator.
  116. You are prompted for the file name (up to 8 characters); the extension is
  117. added by the system. If the specified file name exists, you will be warned
  118. to prevent overwriting. If you answer `n', you may specify another file name.
  119.  
  120. Three new files are created in your current directory:
  121.  
  122. 1. fname.rwl contains all database information on walls.
  123. 2. fname.rhl contains all database information on holes (negative solids)
  124. 3. fname.rsl contains all database information on solids (positive solids).
  125.  
  126. All the data in the reports are in the same units as those in the database.
  127.