home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / 2LREC.HLP next >
Encoding:
Text File  |  1992-02-02  |  918 b   |  24 lines

  1. 2LREC                                                               Menu: DRAW
  2. ==============================================================================
  3. Creates a rectangle (wire entity) given two opposite corners.
  4.  
  5.          1.* (POINT) first point
  6.          2.* (POINT) opposite point
  7.  
  8. Description
  9.  
  10. This command creates a rectangle of lines (wire entities), given the two
  11. opposite corners.  Pick two points representing the diagonally opposite
  12. corners of the desired rectangle, and a rectangle consisting of four lines
  13. parallel to the x and y axes is created.  You are prompted for an additional
  14. pair of points to create additional rectangles until you enter another
  15. command.
  16.  
  17. Example      \2lrec 0 0 0 4 4 0
  18.  
  19. Result:Four lines are created:
  20.          1. Between 0 0 0 and 4 0 0.
  21.          2. Between 4 0 0 and 4 4 0.
  22.          3. Between 4 4 0 and 0 4 0.
  23.          4. Between 0 4 0 and 0 0 0.
  24.