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

  1.  2PBOX                                                      Menu: (POLYG) PRISM
  2.  ==============================================================================
  3.  Creates a rectangular solid prism or a (2D) rectangular polygon, given base
  4.  plane, two opposite corners and height.
  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.       for option `x':
  10.          4. * (NUM) height of prism
  11.       for options `y' or `z':
  12.          4. * (NUM) width of prism
  13.       for all options:
  14.          5. * (Y/N) positive prism? <y>
  15.  
  16.  Description:
  17.  This command creates a rectangular (2D) polygon or a rectangular solid prism
  18.  based on that polygon.
  19.  
  20.  
  21.  
  22.  
  23.  Choose a plane for the base polygon: x  xy plane (the default), y  yz plane or
  24.  z  xz plane, and pick two points representing diagonally opposite corners of
  25.  the base. Specify the height (or width) 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.
  28.  
  29.          Example: \2pbox x 0 0 0 4 4 0 3 y
  30.  
  31.  Result: A 4 by 4 by 3 rectangular prism is created with its lower-left corner
  32.  at the point 0 0 0.
  33.