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

  1. PBOX                                                               Menu: PRISM
  2. ==============================================================================
  3. Creates a solid rectangular prism or a rectangular (2D) polygon, given base
  4. plane, dimensions and height.
  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 option `x':
  17.         5. * (NUM) height of prism
  18.      for options `y' or `z':
  19.         5. * (NUM) length of prism
  20.      for all options:
  21.         6. * (Y/N) positive prism? <y>
  22.  
  23. Description:
  24. This command creates a rectangular (2D) polygon or a solid rectangular prism
  25. based on that polygon.
  26. Specify the base plane (x  xy plane, the default; y yz plane, z xz plane) and
  27. define the starting point of the base rectangle. Then enter the dimensions
  28. along the x and y axes (for `x' option), or along the y and z axes (for `y'
  29. option), or along the x and z axes (for `z' option). Specify the height (for
  30. `x' option) or the length (for `y' and `z' options) (you may enter `0' for
  31. a 2D polygon). Specify whether the solid is to be positive (`y' option) or
  32. negative (`n' option).
  33. You are prompted to create more solid prisms until you select another command.
  34.  
  35.          Example: \pbox x 0 0 0 4 7 3 y
  36.  
  37. Result: A box is created with its lower-left corner at the point 0 0 0. It is
  38. 4 units long in the x direction, 7 in the y direction, and 3 in the z
  39. direction.
  40.