Skip to content

Commit 5f1d589

Browse files
authored
Merge pull request #1116 from jdegenstein/master
fix docs for interpPlate to use correct camelCase for pushPoints
2 parents 53045e7 + f84ae75 commit 5f1d589

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cadquery/cq.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3764,7 +3764,9 @@ def interpPlate(
37643764
maxSegments: int = 9,
37653765
) -> T:
37663766
"""
3767-
Returns a plate surface that is 'thickness' thick, enclosed by 'surf_edge_pts' points, and going through 'surf_pts' points. Using pushpoints directly with interpPlate and combine=True, can be very resources intensive depending on the complexity of the shape. In this case set combine=False.
3767+
Returns a plate surface that is 'thickness' thick, enclosed by 'surf_edge_pts' points, and going
3768+
through 'surf_pts' points. Using pushPoints directly with interpPlate and combine=True, can be
3769+
very resources intensive depending on the complexity of the shape. In this case set combine=False.
37683770
37693771
:param surf_edges
37703772
:type 1 surf_edges: list of [x,y,z] float ordered coordinates

0 commit comments

Comments
 (0)