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 e0b31dc commit f410490Copy full SHA for f410490
surface/ex_surface01.py
@@ -15,7 +15,7 @@
15
surf = BSpline.Surface()
16
17
# Set evaluation delta
18
-surf.delta = 0.05
+surf.delta = 0.005
19
20
# Set up surface
21
surf.read_ctrlpts_from_txt("ex_surface01.cpt")
@@ -28,7 +28,7 @@
28
surf.evaluate()
29
30
# Save control points and evaluated curve points
31
-surf.save_surfpts_to_csv("surfpts01_orig.csv", mode='zigzag')
+surf.save_surfpts_to_csv("surfpts01_orig.csv", mode='wireframe')
32
surf.save_ctrlpts_to_csv("ctrlpts01_orig.csv", mode='wireframe')
33
34
# Good to have something here to put a breakpoint
0 commit comments