File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/gh/components/DF_CAD_segmentator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def RunScript(self,
46
46
47
47
# different association depending on the type of beam
48
48
df_asssociated_cluster_faces = dfb_segmentation .DFSegmentation .associate_clusters (
49
- is_cylinder = df_b .is_cylinder ,
49
+ is_roundwood = df_b .is_roundwood ,
50
50
reference_mesh = df_b_mesh_faces ,
51
51
unassociated_clusters = df_clouds ,
52
52
angle_threshold = i_angle_threshold ,
@@ -58,7 +58,7 @@ def RunScript(self,
58
58
df_asssociated_cluster .add_points (df_associated_face )
59
59
60
60
dfb_segmentation .DFSegmentation .clean_unassociated_clusters (
61
- is_cylinder = df_b .is_cylinder ,
61
+ is_roundwood = df_b .is_roundwood ,
62
62
unassociated_clusters = df_clouds ,
63
63
associated_clusters = [df_asssociated_cluster ],
64
64
reference_mesh = [df_b_mesh_faces ],
You can’t perform that action at this time.
0 commit comments