Skip to content

Commit 764a521

Browse files
committed
Update tessellator setter
1 parent 578b480 commit 764a521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surface/trimming/trim_separate_surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# Visualize all surfaces
6363
mult = multi.SurfaceContainer(surf1, surf2, surf3)
6464
mult.sample_size = 30
65-
mult.set_tessellator(tessellate.TrimTessellate)
65+
mult.tessellator = tessellate.TrimTessellate()
6666

6767
# Show trim curves but don't show control points
6868
vis_conf = vis.VisConfig(trims=True, ctrlpts=False)

0 commit comments

Comments
 (0)