Skip to content

Commit 200bd74

Browse files
FIX: change not added before commit and merge of other PR: switch from is_cylinder to is_roundwood (#128)
1 parent f957c35 commit 200bd74

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/gh/components/DF_CAD_segmentator/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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],

0 commit comments

Comments
 (0)