lib/honeybee/model.rb in honeybee-openstudio-2.31.11 vs lib/honeybee/model.rb in honeybee-openstudio-2.31.12

- old
+ new

@@ -52,9 +52,10 @@ @@extension ||= Extension.new @@schema ||= @@extension.schema @@standards ||= @@extension.standards $triangulate_sub_faces = false $simple_window_cons = false + $orphan_groups = true @hash = hash @type = @hash[:type] raise 'Unknown model type' if @type.nil? raise "Incorrect model type '#{@type}'" unless @type == 'Model'