mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-30 04:10:34 -08:00
Fixed make_surface_from_array_of_points error
This commit is contained in:
parent
916e6f5059
commit
bcd8d37616
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def surface(amplitude, u, v):
|
|||
|
||||
# Note that the surface to project on must be a little larger than the faces
|
||||
# being projected onto it to create valid projected faces
|
||||
the_wind = Face.make_surface_from_points(
|
||||
the_wind = Face.make_surface_from_array_of_points(
|
||||
[
|
||||
[
|
||||
Vector(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue