You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cadquery/cq.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2968,7 +2968,7 @@ def twistExtrude(
2968
2968
2969
2969
:param distance: the distance to extrude normal to the workplane
2970
2970
:param angle: angle (in degrees) to rotate through the extrusion
2971
-
:param boolean or string combine: True to combine the resulting solid with parent solids if found, "cut" to remove the resulting solid with the parent solids if found.
2971
+
:param boolean or string combine: True to combine the resulting solid with parent solids if found, "cut" to remove the resulting solid from the parent solids if found.
2972
2972
:param boolean clean: call :py:meth:`clean` afterwards to have a clean shape
2973
2973
:return: a CQ object with the resulting solid selected.
0 commit comments