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

  1. P3D                                                                Menu: POLYG
  2. ==============================================================================
  3. Creates a solid prism from the current polygon.
  4.  
  5.         1.   (Y/N) expand along z? <y>
  6.      if reply is `y'
  7.         2.   (NUM) height of polygon (on z-axis)
  8.      if reply is `n'
  9.         2.   (Y/N) expand current polygon ? <y>
  10.         3.   (POINT) expand from point
  11.         4.   (POINT) expand to point
  12.      if reply to prompt 2 is `n'
  13.         5. * (IND) polygon to expand
  14.         6. * (Y/N) confirm choice
  15.      for all options
  16.         7.   (Y/N) create a POSITIVE solid? <y>
  17.  
  18. Description:
  19. This command turns a polygon into a solid prism with two parallel identical
  20. bases, one of which may be the current polygon. You are asked whether you wish
  21. to expand the polygon parallel to the z axis (the default) or give
  22. a displacement in space. If you require the former, you are prompted for
  23. a single displacement value (height) along the z axis. If you wish to give
  24. a displacement in space, you are first asked whether you wish to expand the
  25. current polygon or a previously created one. You are then prompted for two
  26. points (from and to).
  27. The displacement of the new polygon from the original one is given by picking
  28. two points (from and to). This displacement is maintained between every point
  29. of the original polygon and the corresponding points on the new one. The
  30. direction of the edges connecting the two bases is determined by the direction
  31. from the "from" point to the "to" point.
  32. If you wish to expand a polygon, other than the current one, you are asked to
  33. indicate it and confirm its selection. You are prompted to select additional
  34. polygons.
  35. Answering the Y/N prompt with `y' creates a positive prism; `n' creates
  36. a negative one.
  37. If you attempt to execute the command on an open polygon, a system warning
  38. appears:
  39. ! polygon is open, will fail \solid !
  40.  
  41.         Example: \p3d n y 10 10 0 15 15 10 y
  42.  
  43. Result: The current polygon is copied at a displacement of 5 units, 5 units
  44. and 10 units in the x, y, and z directions respectively. The two bases of the
  45. solid prism generated will be the active polygon and its copy. The prism will
  46. be a positive one.
  47.