Class: OpenStudio::ThreeSceneMetadata
- Inherits:
-
Object
- Object
- OpenStudio::ThreeSceneMetadata
- Defined in:
- lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb
Class Method Summary collapse
Instance Method Summary collapse
- #boundingBox ⇒ ThreeBoundingBox
- #buildingStoryNames ⇒ StringVector
- #generator ⇒ String
- #modelObjectMetadata ⇒ ThreeModelObjectMetadataVector
- #type ⇒ String
- #version ⇒ String
Class Method Details
.new(stringVector, threeBoundingBox, threeModelObjectMetadataVector) ⇒ Object
4 5 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 4 def self.new(stringVector, threeBoundingBox, threeModelObjectMetadataVector) end |
Instance Method Details
#boundingBox ⇒ ThreeBoundingBox
19 20 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 19 def boundingBox end |
#buildingStoryNames ⇒ StringVector
16 17 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 16 def buildingStoryNames end |
#generator ⇒ String
13 14 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 13 def generator end |
#modelObjectMetadata ⇒ ThreeModelObjectMetadataVector
22 23 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 22 def modelObjectMetadata end |
#type ⇒ String
10 11 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 10 def type end |
#version ⇒ String
7 8 |
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 7 def version end |