Class: OpenStudio::Model::ShadingSurfaceGroup

Inherits:
PlanarSurfaceGroup show all
Defined in:
lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from PlanarSurfaceGroup

#boundingBox, #buildingTransformation, #changeTransformation, #directionofRelativeNorth, #isDirectionofRelativeNorthDefaulted, #isXOriginDefaulted, #isYOriginDefaulted, #isZOriginDefaulted, #resetDirectionofRelativeNorth, #resetXOrigin, #resetYOrigin, #resetZOrigin, #setDirectionofRelativeNorth, #setTransformation, #setXOrigin, #setYOrigin, #setZOrigin, #siteTransformation, #transformation, #xOrigin, #yOrigin, #zOrigin

Methods inherited from ParentObject

#allowableChildTypes, #children

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.iddObjectTypeIddObjectType

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 8

def self.iddObjectType
end

.new(model) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 5

def self.new(model)
end

.validShadingSurfaceTypeValuesStringVector

Returns:

  • (StringVector)


11
12
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 11

def self.validShadingSurfaceTypeValues
end

Instance Method Details

#resetShadedObjectObject



42
43
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 42

def resetShadedObject
end

#resetSpaceObject



25
26
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 25

def resetSpace
end

#setShadedSubSurface(subSurface) ⇒ Boolean

Returns:

  • (Boolean)


37
38
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 37

def setShadedSubSurface(subSurface)
end

#setShadedSurface(surface) ⇒ Boolean

Returns:

  • (Boolean)


40
41
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 40

def setShadedSurface(surface)
end

#setShadingSurfaceType(string) ⇒ Boolean

Returns:

  • (Boolean)


17
18
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 17

def setShadingSurfaceType(string)
end

#setSpace(space) ⇒ Boolean

Returns:

  • (Boolean)


23
24
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 23

def setSpace(space)
end

#shadedSubSurfaceOptionalSubSurface

Returns:



31
32
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 31

def shadedSubSurface
end

#shadedSurfaceOptionalSurface

Returns:



34
35
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 34

def shadedSurface
end

#shadingSurfacesShadingSurfaceVector

Returns:

  • (ShadingSurfaceVector)


28
29
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 28

def shadingSurfaces
end

#shadingSurfaceTypeString

Returns:

  • (String)


14
15
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 14

def shadingSurfaceType
end

#spaceOptionalSpace

Returns:



20
21
# File 'lib/openstudio-api-stubs/Classes/ShadingSurfaceGroup.rb', line 20

def space
end