Skip to content

Commit 7e557f9

Browse files
authored
Update export_solid.py
serial unoptimized union
1 parent b254f1a commit 7e557f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svv/tree/export/export_solid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def build_watertight_solid(tree, cap_resolution=40):
730730
xyz, r, _, _, branches, _ = get_interpolated_sv_data(tree.data)
731731
lines = generate_polylines(xyz, r)
732732
tubes = generate_tubes_parallel(lines, radius_based=True)
733-
model = union_tubes_balanced(tubes, lines, cap_resolution=cap_resolution)
733+
model = union_tubes(tubes, lines, cap_resolution=cap_resolution)
734734
# Remove poor quality elements and repair the mesh.
735735
cell_quality = model.compute_cell_quality(quality_measure='scaled_jacobian')
736736
keep = cell_quality.cell_data["CellQuality"] > 0.1

0 commit comments

Comments
 (0)