home *** CD-ROM | disk | FTP | other *** search
- NEWP Menu: POLYG
- ==============================================================================
- Initiates a new polygon.
-
- 1. (POINT) polygon starting point
- 2. (POINT) next point of polygon
- 3. * (POINT) next point of polygon
- (press <ENTER> to close polygon)
-
- Description:
- This command initiates a new polygon, which becomes the current polygon. Since
- only a single polygon can be the current polygon at one time, initiating a new
- polygon automatically terminates this status for the previous polygon. Pick
- the starting point of the polygon, and then each successive point. You are
- prompted for additional points until you enter a new command. In order to
- close the polygon, (as in \endp), press <ENTER>.
- Example: \newp 0 0 0 4 0 0 4 4 0 0 4 0 0 0 0 \p3d y 4 y
- Result: A four-sided polygon is created, starting at point 0 0 0, and
- going 4 units in the x direction and 4 in the y direction. \p3d y 4 y creates
- a positive solid from the polygon, 4 units high.