Represents a mesh.
More...
|
| HRESULT | GetGrid ([in] int index, [out, retval] IGrid **ppGrid) |
| | Returns the grid by the given index in the mesh.
|
| |
|
| int | GridCount [get] |
| | The number of grids in the mesh.
|
| |
| GUID | MeshType [get] |
| | The mesh type.
|
| |
| BSTR | MeshTypeS [get] |
| | The mesh type GUID as a string.
|
| |
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.
- See also
- IExportedObject3D, IGrid, Mesh types
◆ GetGrid()
| HRESULT GetGrid |
( |
[in] int | index, |
|
|
[out, retval] IGrid ** | ppGrid ) |
Returns the grid by the given index in the mesh.
- Parameters
-
| [in] | index | The index of grid. |
| [out] | ppGrid | The requested grid. |
◆ GridCount
The number of grids in the mesh.
- See also
- GetGrid
◆ MeshType
◆ MeshTypeS
The mesh type GUID as a string.
- See also
- Mesh types