#include <ThreeJS.hpp>
Public Member Functions | |
ThreeBoundingBox | boundingBox () const |
std::vector< std::string > | buildingStoryNames () const |
std::string | generator () const |
std::vector < ThreeModelObjectMetadata > | modelObjectMetadata () const |
ThreeSceneMetadata (const std::vector< std::string > &buildingStoryNames, const ThreeBoundingBox &boundingBox, const std::vector< ThreeModelObjectMetadata > &modelObjectMetadata) | |
std::string | type () const |
std::string | version () const |
ThreeSceneMetadata includes metadata about an OpenStudio Model Object.
openstudio::ThreeSceneMetadata::ThreeSceneMetadata | ( | const std::vector< std::string > & | buildingStoryNames, |
const ThreeBoundingBox & | boundingBox, | ||
const std::vector< ThreeModelObjectMetadata > & | modelObjectMetadata | ||
) |
ThreeBoundingBox openstudio::ThreeSceneMetadata::boundingBox | ( | ) | const |
std::vector<std::string> openstudio::ThreeSceneMetadata::buildingStoryNames | ( | ) | const |
std::string openstudio::ThreeSceneMetadata::generator | ( | ) | const |
std::vector<ThreeModelObjectMetadata> openstudio::ThreeSceneMetadata::modelObjectMetadata | ( | ) | const |
std::string openstudio::ThreeSceneMetadata::type | ( | ) | const |
std::string openstudio::ThreeSceneMetadata::version | ( | ) | const |