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,
4646
4747 # different association depending on the type of beam
4848 df_asssociated_cluster_faces = dfb_segmentation .DFSegmentation .associate_clusters (
49- is_cylinder = df_b .is_cylinder ,
49+ is_roundwood = df_b .is_roundwood ,
5050 reference_mesh = df_b_mesh_faces ,
5151 unassociated_clusters = df_clouds ,
5252 angle_threshold = i_angle_threshold ,
@@ -58,7 +58,7 @@ def RunScript(self,
5858 df_asssociated_cluster .add_points (df_associated_face )
5959
6060 dfb_segmentation .DFSegmentation .clean_unassociated_clusters (
61- is_cylinder = df_b .is_cylinder ,
61+ is_roundwood = df_b .is_roundwood ,
6262 unassociated_clusters = df_clouds ,
6363 associated_clusters = [df_asssociated_cluster ],
6464 reference_mesh = [df_b_mesh_faces ],
You can’t perform that action at this time.
0 commit comments