home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / PRHS.HLP < prev    next >
Encoding:
Text File  |  1979-12-31  |  1.8 KB  |  42 lines

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