home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / 2PRHS.HLP < prev    next >
Encoding:
Text File  |  1990-04-27  |  1.4 KB  |  33 lines

  1.  2PRHS                                                      Menu: (POLYG) PRISM
  2.  ==============================================================================
  3.  Creates a hollow rectangular prism or two (2D) rectangular nested polygons,
  4.  given a base plane and two opposite corners.
  5.  
  6.          1. * (CHAR) plane of base rectangle (x-xy,y-yz,z-zx)<x>
  7.          2. * (POINT) first point
  8.          3. * (POINT) opposite point
  9.          4. * (NUM) "wall" thickness (greater than 0)
  10.       for option `x':
  11.          5. * (NUM) height of prism
  12.       for options `y' or `z':
  13.          5. * (NUM) width of prism
  14.       for all options:
  15.          6. * (Y/N) positive prism ? <y>
  16.  
  17.  Description:
  18.  This command creates a set of two nested rectangular polygons or a hollow
  19.  rectangular prism based on the polygons.
  20.  
  21.  
  22.  
  23.  Specify a base plane: x  xy plane (the default), y  yz plane or z  xz plane
  24.  and define the two extremes of the base rectangle. Specify the "wall"
  25.  thickness and the height (or length) of the prism (you may enter 0 for a 2D
  26.  polygon). Enter `y' for a positive prism (the default), or `n' for a negative
  27.  one. You are prompted to create more prisms until you enter another command.
  28.  
  29.          Example: \2prhs x 0 0 0 4 4 0 0.2 3 y
  30.  
  31.  Result: A 4 by 4 by 3 rectangular pipe with a "wall" thickness of 0.2 units is
  32.  created having its lower-left corner at the point 0 0 0.
  33.