Skip to content

Commit cd3f1c8

Browse files
Make parametricSurface domain square
1 parent 64b7048 commit cd3f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ def parametricSurface(
20192019
diff = stop - start
20202020
allPoints = []
20212021

2022-
for i in range(N):
2022+
for i in range(N + 1):
20232023
allPoints.append(
20242024
self._toVectors(
20252025
(

0 commit comments

Comments
 (0)