lib/honeybee/model.rb in honeybee-openstudio-2.31.2 vs lib/honeybee/model.rb in honeybee-openstudio-2.31.4

- old
+ new

@@ -50,9 +50,10 @@ def initialize(hash) # initialize class variable @@extension only once @@extension ||= Extension.new @@schema ||= @@extension.schema @@standards ||= @@extension.standards + $triangulate_sub_faces = false $simple_window_cons = false @hash = hash @type = @hash[:type] raise 'Unknown model type' if @type.nil?