We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0538d commit 1b2903fCopy full SHA for 1b2903f
1 file changed
src/gh/components/DF_CAD_segmentator/code.py
@@ -41,8 +41,6 @@ def RunScript(self,
41
df_asssociated_cluster_faces_per_beam = []
42
43
for df_b in df_beams:
44
- o_face_clusters.append([])
45
-
46
rh_b_mesh_faces = [df_b_f.to_mesh() for df_b_f in df_b.side_faces]
47
df_b_mesh_faces = [df_cvt_bindings.cvt_rhmesh_2_dfmesh(rh_b_mesh_face) for rh_b_mesh_face in rh_b_mesh_faces]
48
@@ -58,6 +56,7 @@ def RunScript(self,
58
56
df_asssociated_cluster_faces_per_beam.append(df_asssociated_cluster_faces)
59
57
60
for i, df_b in enumerate(df_beams):
+ o_face_clusters.append([])
61
62
63
0 commit comments