![]() |
v2.30
|
|
Represents a mesh. More...
Public Member Functions | |
HRESULT | GetGrid ([in] int index, [out, retval] IGrid **ppGrid) |
Returns the grid by the given index in the mesh. More... | |
Properties | |
int | GridCount [get] |
The number of grids in the mesh. More... | |
GUID | MeshType [get] |
The mesh type. More... | |
BSTR | MeshTypeS [get] |
The mesh type GUID as a string. More... | |
Represents a mesh.
A mesh represents the triangulated geometry of a distinct solid body part of the exported object. Most Renga objects consist of a single mesh, except for doors and windows.
HRESULT IMesh::GetGrid | ( | [in] int | index, |
[out, retval] IGrid ** | ppGrid | ||
) |
Returns the grid by the given index in the mesh.
[in] | index | The index of grid. |
[out] | ppGrid | The requested grid. |
|
get |
The number of grids in the mesh.
|
get |
The mesh type.
|
get |
The mesh type GUID as a string.