Class: BTAP::EQuest::DOELayer
- Inherits:
-
DOECommand
- Object
- DOECommand
- BTAP::EQuest::DOELayer
- Defined in:
- lib/openstudio-standards/btap/equest.rb
Instance Attribute Summary collapse
-
#material ⇒ Object
type of material (see rule #4.3.5.2.(3)).
-
#thickness ⇒ Object
the thickness of the material (see rule #4.3.5.2.(3)).
Attributes inherited from DOECommand
#building, #children, #commandName, #commandType, #comments, #exempt, #keywordPairs, #non_utype_commands, #one_line_commands, #parents, #utype, #uvalue
Instance Method Summary collapse
-
#initialize ⇒ DOELayer
constructor
A new instance of DOELayer.
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
#initialize ⇒ DOELayer
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
#material ⇒ Object
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 |
#thickness ⇒ Object
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 |