gleScrew.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." GLE Tubing & Extrusions Library Documentation 
  3. ."
  4. .TH gleScrew 3GLE "3.6" "GLE" "GLE"
  5. .SH NAME
  6. gleScrew - Draws screw-type shapes.
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void gleScrew (int ncp,
  11.                gleDouble contour[][2],
  12.                gleDouble cont_normal[][2],
  13.                gleDouble up[3],
  14.        gleDouble startz,
  15.        gleDouble endz,
  16.        gleDouble twist);
  17. .fi
  18. .SH ARGUMENTS
  19. .IP fIncpfP 1i
  20. number of contour points
  21. .IP fIcontourfP 1i
  22. 2D contour
  23. .IP fIcont_normalfP 1i
  24. 2D contour normals
  25. .IP fIupfP 1i
  26. up vector for contour
  27. .IP fIstartxfP 1i
  28. start of segment
  29. .IP fIendzfP 1i
  30. end of segment
  31. .IP fItwistfP 1i
  32. number of rotations
  33. .SH DESCRIPTION
  34. Draws screw-type shapes. Takes a contour, and extrudes it along the
  35. z-axis, from a start z value of startz to an end z-value of endz.
  36. During the extrusion, it will spin the contour along the contour origin
  37. by twist degrees.
  38. .SH SEE ALSO
  39. gleExtrusion
  40. .SH AUTHOR
  41. Linas Vepstas (linas@fc.net)