class OpenStudio::Model::InteriorPartitionSurface
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 8 def self.iddObjectType end
new(point3dVector, model)
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 5 def self.new(point3dVector, model) end
Public Instance Methods
autocalculateNumberofVertices()
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 36 def autocalculateNumberofVertices end
converttoInternalMass()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 11 def converttoInternalMass end
daylightingDeviceShelf()
click to toggle source
@return [OptionalDaylightingDeviceShelf]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 47 def daylightingDeviceShelf end
interiorPartitionSurfaceGroup()
click to toggle source
@return [OptionalInteriorPartitionSurfaceGroup]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 39 def interiorPartitionSurfaceGroup end
isConverttoInternalMassDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 14 def isConverttoInternalMassDefaulted end
isNumberofVerticesAutocalculated()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 26 def isNumberofVerticesAutocalculated end
isNumberofVerticesDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 23 def isNumberofVerticesDefaulted end
numberofVertices()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 20 def numberofVertices end
resetConverttoInternalMass()
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 30 def resetConverttoInternalMass end
resetInteriorPartitionSurfaceGroup()
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 44 def resetInteriorPartitionSurfaceGroup end
resetNumberofVertices()
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 34 def resetNumberofVertices end
resetSurfaceArea()
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 32 def resetSurfaceArea end
setConverttoInternalMass(boolean)
click to toggle source
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 28 def setConverttoInternalMass(boolean) end
setInteriorPartitionSurfaceGroup(interiorPartitionSurfaceGroup)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 42 def setInteriorPartitionSurfaceGroup(interiorPartitionSurfaceGroup) end
setNumberofVertices(*args)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 53 def setNumberofVertices(*args) end
setSurfaceArea(*args)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 50 def setSurfaceArea(*args) end
surfaceArea()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/InteriorPartitionSurface.rb, line 17 def surfaceArea end