class OpenStudio::ThreeMaterial
Public Class Methods
new(string, string, string, uInt32, uInt32, uInt32, uInt32, uInt32, double, boolean, boolean, uInt32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 4 def self.new(string, string, string, uInt32, uInt32, uInt32, uInt32, uInt32, double, boolean, boolean, uInt32) end
Public Instance Methods
ambient()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 19 def ambient end
color()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 16 def color end
emissive()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 22 def emissive end
name()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 10 def name end
opacity()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 31 def opacity end
shininess()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 28 def shininess end
side()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 40 def side end
specular()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 25 def specular end
transparent()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 34 def transparent end
type()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 13 def type end
uuid()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 7 def uuid end
wireframe()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ThreeMaterial.rb, line 37 def wireframe end