Skip to content

Commit a637b5d

Browse files
fix: remove unused function parameter in DF_CAD_segmentator component
1 parent a4e54d2 commit a637b5d

File tree

1 file changed

+1
-2
lines changed
  • src/gh/components/DF_CAD_segmentator

1 file changed

+1
-2
lines changed

src/gh/components/DF_CAD_segmentator/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def RunScript(self,
1919
i_clouds: System.Collections.Generic.IList[Rhino.Geometry.PointCloud],
2020
i_assembly,
2121
i_angle_threshold: float = 0.1,
22-
i_association_threshold: float = 0.1,
23-
i_stop_after_id: int = None) -> Rhino.Geometry.PointCloud:
22+
i_association_threshold: float = 0.1) -> Rhino.Geometry.PointCloud:
2423

2524
if i_clouds is None or i_assembly is None:
2625
self.AddRuntimeMessage(RML.Warning, "Please provide a cloud and an assembly to segment.")

0 commit comments

Comments
 (0)