We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902c33 commit f3608c2Copy full SHA for f3608c2
src/gh/components/DF_cloud_mesh_distance/code.py
@@ -50,7 +50,7 @@ def RunScript(self,
50
ghenv.Component.Message= f"Per Joint"
51
rh_mesh_target_list = [joint.to_mesh(i_analysis_resolution) for joint in i_assembly._all_joints]
52
else:
53
- ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of obejcts to compare matches neither the number of beams nor the number of joints")
+ ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of objects to compare matches neither the number of beams nor the number of joints")
54
return None, None, None, None, None, None
55
56
# conversion
0 commit comments