cesium-native 0.46.0
|
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. | |
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.
std::string CesiumITwinClient::IModelMeshExport::displayName |
Name of the exported iModel.
Definition at line 69 of file IModelMeshExport.h.
IModelMeshExportType CesiumITwinClient::IModelMeshExport::exportType |
The type of the export.
Definition at line 73 of file IModelMeshExport.h.
std::string CesiumITwinClient::IModelMeshExport::id |
ID of the export request.
Definition at line 67 of file IModelMeshExport.h.
IModelMeshExportStatus CesiumITwinClient::IModelMeshExport::status |
The status of the export job.
Definition at line 71 of file IModelMeshExport.h.