| 12345678910111213141516171819202122232425262728293031 |
- <html>
- <head>
- <title>Blitz3D Docs</title>
- <link rel=stylesheet href=../css/commands.css type=text/css>
- </head>
- <body>
- <h1>MeshHeight# (mesh )</h1>
- <h1>Parameters</h1>
- <table>
- <tr>
- <td>
- mesh - mesh handle
- </td>
- </tr>
- </table>
- <h1>Description</h1>
- <table>
- <tr>
- <td>
- Returns the height of a mesh. This is calculated by the actual vertex positions and so the scale of the entity (set by ScaleEntity) will not have an effect on the resultant height. Mesh operations, on the other hand, will effect the result.
- <br>
- <br>
- See also: <a class=small href=MeshWidth.htm>MeshWidth</a>, <a class=small href=MeshDepth.htm>MeshDepth</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=MeshHeight&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
- </html>
|