Class: BTAP::EQuest::DOELayer

Inherits:
DOECommand show all
Defined in:
lib/openstudio-standards/btap/equest.rb

Instance Attribute Summary collapse

Attributes inherited from DOECommand

#building, #children, #commandName, #commandType, #comments, #exempt, #keywordPairs, #non_utype_commands, #one_line_commands, #parents, #utype, #uvalue

Instance Method Summary collapse

Methods inherited from DOECommand

#basic_output, #check_keyword?, #depth, #doe_scope, #get_children, #get_children_of_command, #get_command_from_string, #get_keyword_value, #get_name, #get_parent, #get_parents, #name, #output, #remove, #remove_keyword_pair, #set_keyword_value, #set_parent

Constructor Details

#initializeDOELayer

Returns a new instance of DOELayer.



1841
1842
1843
# File 'lib/openstudio-standards/btap/equest.rb', line 1841

def initialize
  super()
end

Instance Attribute Details

#materialObject

type of material (see rule #4.3.5.2.(3))



1838
1839
1840
# File 'lib/openstudio-standards/btap/equest.rb', line 1838

def material
  @material
end

#thicknessObject

the thickness of the material (see rule #4.3.5.2.(3))



1840
1841
1842
# File 'lib/openstudio-standards/btap/equest.rb', line 1840

def thickness
  @thickness
end