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 b97e8c6 commit c1f2c86Copy full SHA for c1f2c86
src/gh/components/DF_pose_comparison/code.py
@@ -14,11 +14,6 @@ def RunScript(self,
14
i_assembly: diffCheck.df_geometries.DFAssembly,
15
i_measured_poses: System.Collections.Generic.List[Rhino.Geometry.Plane]):
16
17
- if len(i_assembly.beams) != len(i_measured_poses):
18
- ghenv.Component.Message = "evaluation during assembly" # noqa: F821
19
- else:
20
- ghenv.Component.Message = "evaluation of completed assembly" # noqa: F821
21
-
22
CAD_poses = [beam.plane for beam in i_assembly.beams]
23
24
o_distances = []
0 commit comments