class OpenStudio::Model::DaylightingDeviceShelf
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 8 def self.iddObjectType end
new(subSurface)
click to toggle source
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 5 def self.new(subSurface) end
Public Instance Methods
insideShelf()
click to toggle source
@return [OptionalInteriorPartitionSurface]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 11 def insideShelf end
outsideShelf()
click to toggle source
@return [OptionalShadingSurface]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 14 def outsideShelf end
resetViewFactortoOutsideShelf()
click to toggle source
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 28 def resetViewFactortoOutsideShelf end
setInsideShelf(interiorPartitionSurface)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 20 def setInsideShelf(interiorPartitionSurface) end
setOutsideShelf(shadingSurface)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 23 def setOutsideShelf(shadingSurface) end
setViewFactortoOutsideShelf(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 26 def setViewFactortoOutsideShelf(double) end
subSurface()
click to toggle source
@return [SubSurface]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 31 def subSurface end
viewFactortoOutsideShelf()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/DaylightingDeviceShelf.rb, line 17 def viewFactortoOutsideShelf end