v2.33
 
IMesh Interface Reference

Represents a mesh. More...

Inheritance diagram for IMesh:

Public Member Functions

HRESULT GetGrid ([in] int index, [out, retval] IGrid **ppGrid)
 Returns the grid by the given index in the mesh.
 

Properties

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.
 

Detailed Description

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

Member Function Documentation

◆ GetGrid()

HRESULT GetGrid ( [in] int index,
[out, retval] IGrid ** ppGrid )

Returns the grid by the given index in the mesh.

Parameters
[in]indexThe index of grid.
[out]ppGridThe requested grid.

Property Documentation

◆ GridCount

int GridCount
get

The number of grids in the mesh.

See also
GetGrid

◆ MeshType

GUID MeshType
get

The mesh type.

See also
Mesh types

◆ MeshTypeS

BSTR MeshTypeS
get

The mesh type GUID as a string.

See also
Mesh types