| 123456789101112131415161718192021222324252627282930313233343536 |
- <html>
- <head>
- <title>Blitz3D Docs</title>
- <link rel=stylesheet href=../css/commands.css type=text/css>
- </head>
- <body>
- <h1>GetSurface ( mesh, index )</h1>
- <h1>Parameters</h1>
- <table>
- <tr>
- <td>
- mesh - mesh handle
<br />
- index - index of surface
- </td>
- </tr>
- </table>
- <h1>Description</h1>
- <table>
- <tr>
- <td>
- Returns the handle of the surface attached to the specified mesh and with the specified index number.
<br />
-
<br />
- Index should be in the range 1...CountSurfaces( mesh ), inclusive.
<br />
-
<br />
- You need to 'get a surface', i.e. get its handle, in order to be able to then use that particular surface with other commands.
- <br>
- <br>
- See also: <a class=small href=CountSurfaces.htm>CountSurfaces</a>, <a class=small href=FindSurface.htm>FindSurface</a>.
- </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=GetSurface&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
- </html>
|