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

An iModel. More...

#include <CesiumITwinClient/IModel.h>

Public Attributes

std::string id
 Id of the iModel.
 
std::string displayName
 Display name of the iModel.
 
std::string name
 Name of the iModel.
 
std::string description
 Description of the iModel.
 
IModelState state
 Indicates the state of the iModel.
 
CesiumGeospatial::GlobeRectangle extent
 The maximum rectangular area on the Earth which encloses the iModel.
 

Detailed Description

An iModel.

See https://developer.bentley.com/apis/imodels-v2/operations/get-imodel-details/#imodel for more information.

Definition at line 38 of file IModel.h.

Member Data Documentation

◆ description

std::string CesiumITwinClient::IModel::description

Description of the iModel.

Definition at line 46 of file IModel.h.

◆ displayName

std::string CesiumITwinClient::IModel::displayName

Display name of the iModel.

Definition at line 42 of file IModel.h.

◆ extent

CesiumGeospatial::GlobeRectangle CesiumITwinClient::IModel::extent

The maximum rectangular area on the Earth which encloses the iModel.

Definition at line 52 of file IModel.h.

◆ id

std::string CesiumITwinClient::IModel::id

Id of the iModel.

Definition at line 40 of file IModel.h.

◆ name

std::string CesiumITwinClient::IModel::name

Name of the iModel.

Definition at line 44 of file IModel.h.

◆ state

IModelState CesiumITwinClient::IModel::state

Indicates the state of the iModel.

Definition at line 48 of file IModel.h.


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