Skip to content

Commit

Permalink
fix(space): Add Floor Segment Attr
Browse files Browse the repository at this point in the history
- Output Floor segment attributes with dict
  • Loading branch information
ed-p-may committed May 28, 2024
1 parent ee852d5 commit 4bf1ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions honeybee_ph/space.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def to_dict(self, include_mesh=False, *args, **kwargs):
d["display_name"] = self.display_name
d["user_data"] = copy(self.user_data)
d["weighting_factor"] = self.weighting_factor
d["floor_area"] = self.floor_area
d["weighted_floor_area"] = self.weighted_floor_area

if self.reference_point:
d["reference_point"] = self.reference_point.to_dict()
Expand Down

0 comments on commit 4bf1ac4

Please sign in to comment.