class OpenStudio::Model::CurveBicubic
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 8 def self.iddObjectType end
new(model)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 5 def self.new(model) end
validInputUnitTypeforXValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 11 def self.validInputUnitTypeforXValues end
validInputUnitTypeforYValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 14 def self.validInputUnitTypeforYValues end
validOutputUnitTypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 17 def self.validOutputUnitTypeValues end
Public Instance Methods
coefficient10xTIMESYPOW2()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 47 def coefficient10xTIMESYPOW2 end
coefficient1Constant()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 20 def coefficient1Constant end
coefficient2x()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 23 def coefficient2x end
coefficient3xPOW2()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 26 def coefficient3xPOW2 end
coefficient4y()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 29 def coefficient4y end
coefficient5yPOW2()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 32 def coefficient5yPOW2 end
coefficient6xTIMESY()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 35 def coefficient6xTIMESY end
coefficient7xPOW3()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 38 def coefficient7xPOW3 end
coefficient8yPOW3()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 41 def coefficient8yPOW3 end
coefficient9xPOW2TIMESY()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 44 def coefficient9xPOW2TIMESY end
inputUnitTypeforX()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 68 def inputUnitTypeforX end
inputUnitTypeforY()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 74 def inputUnitTypeforY end
isInputUnitTypeforXDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 71 def isInputUnitTypeforXDefaulted end
isInputUnitTypeforYDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 77 def isInputUnitTypeforYDefaulted end
isOutputUnitTypeDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 83 def isOutputUnitTypeDefaulted end
maximumCurveOutput()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 65 def maximumCurveOutput end
maximumValueofx()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 53 def maximumValueofx end
maximumValueofy()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 59 def maximumValueofy end
minimumCurveOutput()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 62 def minimumCurveOutput end
minimumValueofx()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 50 def minimumValueofx end
minimumValueofy()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 56 def minimumValueofy end
outputUnitType()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 80 def outputUnitType end
resetInputUnitTypeforX()
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 124 def resetInputUnitTypeforX end
resetInputUnitTypeforY()
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 129 def resetInputUnitTypeforY end
resetMaximumCurveOutput()
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 119 def resetMaximumCurveOutput end
resetMinimumCurveOutput()
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 115 def resetMinimumCurveOutput end
resetOutputUnitType()
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 134 def resetOutputUnitType end
setCoefficient10xTIMESYPOW2(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 103 def setCoefficient10xTIMESYPOW2(double) end
setCoefficient1Constant(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 85 def setCoefficient1Constant(double) end
setCoefficient2x(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 87 def setCoefficient2x(double) end
setCoefficient3xPOW2(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 89 def setCoefficient3xPOW2(double) end
setCoefficient4y(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 91 def setCoefficient4y(double) end
setCoefficient5yPOW2(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 93 def setCoefficient5yPOW2(double) end
setCoefficient6xTIMESY(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 95 def setCoefficient6xTIMESY(double) end
setCoefficient7xPOW3(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 97 def setCoefficient7xPOW3(double) end
setCoefficient8yPOW3(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 99 def setCoefficient8yPOW3(double) end
setCoefficient9xPOW2TIMESY(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 101 def setCoefficient9xPOW2TIMESY(double) end
setInputUnitTypeforX(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 122 def setInputUnitTypeforX(string) end
setInputUnitTypeforY(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 127 def setInputUnitTypeforY(string) end
setMaximumCurveOutput(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 117 def setMaximumCurveOutput(double) end
setMaximumValueofx(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 107 def setMaximumValueofx(double) end
setMaximumValueofy(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 111 def setMaximumValueofy(double) end
setMinimumCurveOutput(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 113 def setMinimumCurveOutput(double) end
setMinimumValueofx(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 105 def setMinimumValueofx(double) end
setMinimumValueofy(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 109 def setMinimumValueofy(double) end
setOutputUnitType(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/CurveBicubic.rb, line 132 def setOutputUnitType(string) end