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

  1.  
  2.    11.3 MEASURE AREA
  3.  
  4.  
  5. The MEASURE AREA command is used to measure the internal area of an existing
  6. entity or the area bounded by a number of locations entered via IDENTS.
  7.  
  8. Area measurements can be accumulated or subtracted from an overall area by
  9. separating each area to be measured by a colon in IDENTS.
  10.  
  11.  
  12.    COMMAND FORMAT
  13.  
  14.       #MEASURE AREA ENTITY:Ent x1 [:Ent x1 ...]
  15.  
  16.          or
  17.  
  18.       #MEASURE AREA :Loc x1 x2 ... xn [:Loc x1 x2 ... xn]
  19.  
  20. The first area definition entered will cause a message of the following
  21. format to be displayed:
  22.  
  23.    This area = xxxx square units.
  24.  
  25. Each subsequent area entered will cause the following type of message to
  26. be displayed:
  27.  
  28.    Accumulated total = xxxx
  29.    Subtracted from first = xxxx
  30.    This area = xxxx square units.
  31.  
  32. The accumulated total is a running total of all individual area definitions
  33. entered. The value that appears after the message 'Subtracted from first'
  34. is the total area of the second and all subsequent area definitions sub-
  35. tracted from the first area entered.
  36.  
  37.  
  38.    MODIFIERS
  39.  
  40. ENTITY         If the ENTITY modifier is used, the area of an existing
  41.                entity is measured. The entity can be a circle, full ellipse
  42.                polygon or cross-hatch polygon. If the entity is a polygon
  43.                or cross-hatch polygon, the area message may comtain a
  44.                second value:
  45.  
  46.                   This area = xxxx (yyyy) square units.
  47.  
  48.                The area 'xxxx' is the total enclosed area of the outer
  49.                or main polygon. The value in brackets is the total area
  50.                minus the combined area of any sub-polygons.
  51.  
  52.                The total area of the main polygon is the value used for
  53.                any further accumulated or subtracted areas.
  54.  
  55.                If the ENTITY modifier is omitted, locations are entered to
  56.                define an area boundary. The area need not be closed as this
  57.                is done automatically. ( See fig. 11.2 ).
  58.  
  59.  
  60.