Skip to content

Commit f84ae75

Browse files
authored
fix docs for interpPlate to use correct camelCase for pushPoints
interpPlate references pushpoints which is the incorrect case and does not exist
1 parent c9d3f1e commit f84ae75

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
@@ -3762,7 +3762,9 @@ def interpPlate(
37623762
maxSegments: int = 9,
37633763
) -> T:
37643764
"""
3765-
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.
3765+
Returns a plate surface that is 'thickness' thick, enclosed by 'surf_edge_pts' points, and going
3766+
through 'surf_pts' points. Using pushPoints directly with interpPlate and combine=True, can be
3767+
very resources intensive depending on the complexity of the shape. In this case set combine=False.
37663768
37673769
:param surf_edges
37683770
:type 1 surf_edges: list of [x,y,z] float ordered coordinates

0 commit comments

Comments
 (0)