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 a4e54d2 commit a637b5dCopy full SHA for a637b5d
src/gh/components/DF_CAD_segmentator/code.py
@@ -19,8 +19,7 @@ def RunScript(self,
19
i_clouds: System.Collections.Generic.IList[Rhino.Geometry.PointCloud],
20
i_assembly,
21
i_angle_threshold: float = 0.1,
22
- i_association_threshold: float = 0.1,
23
- i_stop_after_id: int = None) -> Rhino.Geometry.PointCloud:
+ i_association_threshold: float = 0.1) -> Rhino.Geometry.PointCloud:
24
25
if i_clouds is None or i_assembly is None:
26
self.AddRuntimeMessage(RML.Warning, "Please provide a cloud and an assembly to segment.")
0 commit comments