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

  1. NEWP                                                               Menu: POLYG
  2. ==============================================================================
  3. Initiates a new polygon.
  4.  
  5.         1.   (POINT) polygon starting point
  6.         2.   (POINT) next point of polygon
  7.         3. * (POINT) next point of polygon
  8.                      (press <ENTER> to close polygon)
  9.  
  10. Description:
  11. This command initiates a new polygon, which becomes the current polygon. Since
  12. only a single polygon can be the current polygon at one time, initiating a new
  13. polygon automatically terminates this status for the previous polygon. Pick
  14. the starting point of the polygon, and then each successive point. You are
  15. prompted for additional points until you enter a new command. In order to
  16. close the polygon, (as in \endp), press <ENTER>.
  17.         Example: \newp 0 0 0 4 0 0 4 4 0 0 4 0 0 0 0 \p3d y 4 y
  18.         Result: A four-sided polygon is created, starting at point 0 0 0, and
  19. going 4 units in the x direction and 4 in the y direction. \p3d y 4 y creates
  20. a positive solid from the polygon, 4 units high.
  21.