Class: OpenStudio::ThreeSceneMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb

Class Method Summary collapse

Instance Method Summary collapse

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

#boundingBoxThreeBoundingBox

Returns:

  • (ThreeBoundingBox)


19
20
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 19

def boundingBox
end

#buildingStoryNamesStringVector

Returns:

  • (StringVector)


16
17
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 16

def buildingStoryNames
end

#generatorString

Returns:

  • (String)


13
14
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 13

def generator
end

#modelObjectMetadataThreeModelObjectMetadataVector

Returns:

  • (ThreeModelObjectMetadataVector)


22
23
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 22

def 
end

#typeString

Returns:

  • (String)


10
11
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 10

def type
end

#versionString

Returns:

  • (String)


7
8
# File 'lib/openstudio-api-stubs/Classes/ThreeSceneMetadata.rb', line 7

def version
end