home *** CD-ROM | disk | FTP | other *** search
- LINE Menu: DRAW
- ==============================================================================
- Creates a line.
-
- 1. (POINT) first point of line
- 2.* (POINT) next point of line
-
- Description
- This command creates a line (wire entity). Pick two points and a line segment
- is drawn between them. You are prompted for additional next points until you
- enter another command. Each new line segment begins at the previous point.
- The line is displayed with its active attributes.
-
- Example
- \line 0 0 0 4 4 4
-
- Result: A line is created from point 0 0 0 to point 4 4 4
- The cursor stays on the latter point, waiting for the next line point.