class OpenStudio::Model::ShadingSurfaceGroup
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 8 def self.iddObjectType end
new(model)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 5 def self.new(model) end
validShadingSurfaceTypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 11 def self.validShadingSurfaceTypeValues end
Public Instance Methods
resetShadedObject()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 42 def resetShadedObject end
resetSpace()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 25 def resetSpace end
setShadedSubSurface(subSurface)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 37 def setShadedSubSurface(subSurface) end
setShadedSurface(surface)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 40 def setShadedSurface(surface) end
setShadingSurfaceType(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 17 def setShadingSurfaceType(string) end
setSpace(space)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 23 def setSpace(space) end
shadedSubSurface()
click to toggle source
@return [OptionalSubSurface]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 31 def shadedSubSurface end
shadedSurface()
click to toggle source
@return [OptionalSurface]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 34 def shadedSurface end
shadingSurfaceType()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 14 def shadingSurfaceType end
shadingSurfaces()
click to toggle source
@return [ShadingSurfaceVector]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 28 def shadingSurfaces end
space()
click to toggle source
@return [OptionalSpace]
# File lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb, line 20 def space end