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

  1. EQUTR                                                              Menu: PRISM
  2. ==============================================================================
  3. Creates a triangular (equilateral) solid prism or a triangular (equilateral)
  4. (2D) polygon.
  5.  
  6.         1. * (CHAR) plane of base triangle (x-xy,y-yz,z-zx) <x>
  7.         2. * (POINT) starting point
  8.         3. * (NUM) edge length
  9.      for option `x':
  10.         4. * (NUM) height of prism
  11.      for options `y' or `z':
  12.         4. * (NUM) length of prism
  13.      for all options:
  14.         5. * (Y/N) positive prism? <y>
  15.  
  16. Description:
  17. This command creates a triangular (equilateral) 2D polygon or a triangular
  18. (equilateral) solid prism based on the polygon.
  19. Specify one of the axialplanes (x  xy plane, the default; y  yz plane, z  xz
  20. plane). Define a starting point and edge length (greater than 0). Specify the
  21. height (for `x' option) or the length (for `y' and `z' options). You may enter
  22. `0' for a 2D polygon. Enter `y' for a positive prism, or `n' for a negative
  23. prism. You are prompted to create more prisms until another command is
  24. selected.
  25.         Example: \equtr x 0 0 0 4 3 y
  26.         Result:  A positive triangular prism is created with its starting
  27.                  point at 0 0 0. The edge length is 4 units and height 3 units.
  28.