Skip to content

Commit

Permalink
fix(face): Fix bug in translation of orphaned Face to Shade
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Sep 17, 2024
1 parent 310738b commit bd47467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/to_openstudio/geometry/face.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def to_openstudio(openstudio_model)
os_surface
end

def to_openstudio_shade(openstudio_model, shading_surface_group)
def to_openstudio_shade(openstudio_model)
# get the vertices from the face
if @hash[:geometry][:vertices].nil?
hb_verts = @hash[:geometry][:boundary]
Expand Down

0 comments on commit bd47467

Please # to comment.