We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578b480 commit 764a521Copy full SHA for 764a521
surface/trimming/trim_separate_surfaces.py
@@ -62,7 +62,7 @@
62
# Visualize all surfaces
63
mult = multi.SurfaceContainer(surf1, surf2, surf3)
64
mult.sample_size = 30
65
-mult.set_tessellator(tessellate.TrimTessellate)
+mult.tessellator = tessellate.TrimTessellate()
66
67
# Show trim curves but don't show control points
68
vis_conf = vis.VisConfig(trims=True, ctrlpts=False)
0 commit comments