cesium-native 0.46.0
Loading...
Searching...
No Matches
CesiumITwinClient::IModelMeshExport Struct Reference

An iModel mesh export. More...

#include <CesiumITwinClient/IModelMeshExport.h>

Public Attributes

std::string id
 ID of the export request.
 
std::string displayName
 Name of the exported iModel.
 
IModelMeshExportStatus status
 The status of the export job.
 
IModelMeshExportType exportType
 The type of the export.
 

Detailed Description

An iModel mesh export.

See https://developer.bentley.com/apis/mesh-export/operations/get-export/#export for more information.

Definition at line 65 of file IModelMeshExport.h.

Member Data Documentation

◆ displayName

std::string CesiumITwinClient::IModelMeshExport::displayName

Name of the exported iModel.

Definition at line 69 of file IModelMeshExport.h.

◆ exportType

IModelMeshExportType CesiumITwinClient::IModelMeshExport::exportType

The type of the export.

Definition at line 73 of file IModelMeshExport.h.

◆ id

std::string CesiumITwinClient::IModelMeshExport::id

ID of the export request.

Definition at line 67 of file IModelMeshExport.h.

◆ status

IModelMeshExportStatus CesiumITwinClient::IModelMeshExport::status

The status of the export job.

Definition at line 71 of file IModelMeshExport.h.


The documentation for this struct was generated from the following file: