v2.37
|
|
Represents the triangulated geometry of an object. More...
Public Member Functions | |
HRESULT | GetMesh ([in] int index, [out, retval] IMesh **ppMesh) |
Returns the mesh by index in the collection. | |
Properties | |
int | MeshCount [get] |
The number of meshes in the object. | |
int | ModelObjectId [get] |
The ID of the associated model object. | |
GUID | ModelObjectType [get] |
The associated model object type. | |
BSTR | ModelObjectTypeS [get] |
The associated model object type as a string. | |
Represents the triangulated geometry of an object.
An IExportedObject3D consists of meshes, which in turn consist of grids. Meshes represent distinct solid bodies which the object consists of, and grids represent particular faces of the object. Most Renga objects consist of a single mesh, except for doors and windows.
Instances of this interface are created on export for every volumetric object in the model.
HRESULT GetMesh | ( | [in] int | index, |
[out, retval] IMesh ** | ppMesh ) |
Returns the mesh by index in the collection.
[in] | index | Mesh index. |
[out] | ppMesh | The requested mesh. |
|
get |
The associated model object type.
|
get |
The associated model object type as a string.