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 f957c35 commit 200bd74Copy full SHA for 200bd74
1 file changed
src/gh/components/DF_CAD_segmentator/code.py
@@ -46,7 +46,7 @@ def RunScript(self,
46
47
# different association depending on the type of beam
48
df_asssociated_cluster_faces = dfb_segmentation.DFSegmentation.associate_clusters(
49
- is_cylinder=df_b.is_cylinder,
+ is_roundwood=df_b.is_roundwood,
50
reference_mesh=df_b_mesh_faces,
51
unassociated_clusters=df_clouds,
52
angle_threshold=i_angle_threshold,
@@ -58,7 +58,7 @@ def RunScript(self,
58
df_asssociated_cluster.add_points(df_associated_face)
59
60
dfb_segmentation.DFSegmentation.clean_unassociated_clusters(
61
62
63
associated_clusters=[df_asssociated_cluster],
64
reference_mesh=[df_b_mesh_faces],
0 commit comments