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

  1. LREC                                                                Menu: DRAW
  2. ==============================================================================
  3. Creates a rectangle, given a starting point, a length and a width.
  4.  
  5.         1. * (POINT) starting point
  6.         2. * (NUM) x dimension
  7.         3. * (NUM) y dimension
  8.  
  9. Description:
  10. This command creates a rectangle (wire entity), given its starting point,
  11. length, and width.
  12. Pick a starting point, and enter x and y dimensions. A rectangle made up of
  13. four lines is created. You may create additional rectangles until you enter
  14. another command.
  15.  
  16.         Example: \lrec 0 0 0 4 7 lrec 0 0 0 4 7
  17.  
  18. Result: Four lines are created:
  19. 1. Between 0 0 0 and 4 0 0.
  20. 2. Between 4 0 0 and 4 7 0.
  21. 3. Between 4 7 0 and 0 7 0.
  22. 4. Between 0 7 0 and 0 0 0.
  23.