Skip to content

Commit f410490

Browse files
committed
Update surface ex 1 for mpl_wframe_wframe.py vis example
1 parent e0b31dc commit f410490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surface/ex_surface01.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
surf = BSpline.Surface()
1616

1717
# Set evaluation delta
18-
surf.delta = 0.05
18+
surf.delta = 0.005
1919

2020
# Set up surface
2121
surf.read_ctrlpts_from_txt("ex_surface01.cpt")
@@ -28,7 +28,7 @@
2828
surf.evaluate()
2929

3030
# Save control points and evaluated curve points
31-
surf.save_surfpts_to_csv("surfpts01_orig.csv", mode='zigzag')
31+
surf.save_surfpts_to_csv("surfpts01_orig.csv", mode='wireframe')
3232
surf.save_ctrlpts_to_csv("ctrlpts01_orig.csv", mode='wireframe')
3333

3434
# Good to have something here to put a breakpoint

0 commit comments

Comments
 (0)