home *** CD-ROM | disk | FTP | other *** search
- LREC Menu: DRAW
- ==============================================================================
- Creates a rectangle, given a starting point, a length and a width.
-
- 1. * (POINT) starting point
- 2. * (NUM) x dimension
- 3. * (NUM) y dimension
-
- Description:
- This command creates a rectangle (wire entity), given its starting point,
- length, and width.
- Pick a starting point, and enter x and y dimensions. A rectangle made up of
- four lines is created. You may create additional rectangles until you enter
- another command.
-
- Example: \lrec 0 0 0 4 7 lrec 0 0 0 4 7
-
- Result: Four lines are created:
- 1. Between 0 0 0 and 4 0 0.
- 2. Between 4 0 0 and 4 7 0.
- 3. Between 4 7 0 and 0 7 0.
- 4. Between 0 7 0 and 0 0 0.