First time here? Check out the Help page!
1 | initial version |
Yes, it looks like MaterialPropertyGlazingSpectralData has been added to the SDK.
2 | No.2 Revision |
Yes, it looks like MaterialPropertyGlazingSpectralData has been was added to the SDK. for version 1.14.0.
3 | No.3 Revision |
Yes, it looks like MaterialPropertyGlazingSpectralData was added to the SDK for version 1.14.0.
require 'openstudio'
model = OpenStudio::Model::Model.new
mpgsd = OpenStudio::Model::MaterialPropertyGlazingSpectralData.new(model)
puts model
OS:Version,
{aaed64b9-c1d7-4808-8a19-0b323eaa3884}, !- Handle
1.14.0; !- Version Identifier
OS:MaterialProperty:GlazingSpectralData,
{8404302e-0f13-4db1-9fda-2b6e4f2dcb35}, !- Handle
Material Property Glazing Spectral Data 1; !- Name
4 | No.4 Revision |
Yes, it looks like MaterialPropertyGlazingSpectralData was added to the SDK for version 1.14.0.
Testing with the Ruby bindings confirms it.
require 'openstudio'
model = OpenStudio::Model::Model.new
mpgsd = OpenStudio::Model::MaterialPropertyGlazingSpectralData.new(model)
puts model
OS:Version,
{aaed64b9-c1d7-4808-8a19-0b323eaa3884}, !- Handle
1.14.0; !- Version Identifier
OS:MaterialProperty:GlazingSpectralData,
{8404302e-0f13-4db1-9fda-2b6e4f2dcb35}, !- Handle
Material Property Glazing Spectral Data 1; !- Name