| 1234567891011121314151617181920212223242526272829303132 |
- <html>
- <head>
- <title>Blitz3D Docs</title>
- <link rel=stylesheet href=../css/commands.css type=text/css>
- </head>
- <body>
- <h1>CountSurfaces ( mesh )</h1>
- <h1>Parameters</h1>
- <table>
- <tr>
- <td>
- mesh - mesh handle
- </td>
- </tr>
- </table>
- <h1>Description</h1>
- <table>
- <tr>
- <td>
- Returns the number of surfaces in a mesh.
<br />
-
<br />
- Surfaces are sections of mesh. A mesh may contain only one section, or very many.
<br />
-
<br />
- See also: GetSurface.
- </td>
- </tr>
- </table>
- <br>
- <a target=_top href=../index.htm>Index</a><br>
- <br>
- Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=CountSurfaces&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
- </html>
|