home *** CD-ROM | disk | FTP | other *** search
- 2LREC Menu: DRAW
- ==============================================================================
- Creates a rectangle (wire entity) given two opposite corners.
-
- 1.* (POINT) first point
- 2.* (POINT) opposite point
-
- Description
-
- This command creates a rectangle of lines (wire entities), given the two
- opposite corners. Pick two points representing the diagonally opposite
- corners of the desired rectangle, and a rectangle consisting of four lines
- parallel to the x and y axes is created. You are prompted for an additional
- pair of points to create additional rectangles until you enter another
- command.
-
- Example \2lrec 0 0 0 4 4 0
-
- Result:Four lines are created:
- 1. Between 0 0 0 and 4 0 0.
- 2. Between 4 0 0 and 4 4 0.
- 3. Between 4 4 0 and 0 4 0.
- 4. Between 0 4 0 and 0 0 0.