Skip to content

Commit

Permalink
add tolerance to IGH
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Jun 15, 2024
1 parent 50a8eac commit 8867c60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion honeybee_ph_rhino/_component_info_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
These are called when the component is instantiated within the Grasshopper canvas.
"""

RELEASE_VERSION = "Honeybee-PH v1.6.00"
RELEASE_VERSION = "Honeybee-PH v1.6.01"
CATEGORY = "HB-PH"
SUB_CATEGORIES = {
0: "00 | Utils",
Expand Down
5 changes: 5 additions & 0 deletions honeybee_ph_rhino/gh_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,11 @@ def duplicate_data_to_branches(self, _data, _branch_count=1, _shallow=True):

return output_tree_

@property
def tolerance(self):
# type: () -> float
return self.scriptcontext.doc.ModelAbsoluteTolerance


class ComponentInput:
"""GH-Component Input Node data class."""
Expand Down

0 comments on commit 8867c60

Please sign in to comment.