FindSurface.htm 754 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>FindSurface ( mesh,brush)</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. mesh - mesh handle <br />
  13. brush - brush handle
  14. </td>
  15. </tr>
  16. </table>
  17. <h1>Description</h1>
  18. <table>
  19. <tr>
  20. <td>
  21. Attempts to find a surface attached to the specified mesh and created with the specified brush. Returns the surface handle if found or 0 if not. <br />
  22. <br />
  23. See also: CountSurfaces, GetSurface.
  24. </td>
  25. </tr>
  26. </table>
  27. <br>
  28. <a target=_top href=../index.htm>Index</a><br>
  29. <br>
  30. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=FindSurface&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  31. </html>