Skip to content

Commit e4ed881

Browse files
authored
Merge pull request #648 from RubenRubens/remove_outdated_docs
Removes outdated docs of _extrude
2 parents 283d92d + f614780 commit e4ed881

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cadquery/cq.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,10 +3226,7 @@ def _extrude(
32263226
:return: OCCT solid(s), suitable for boolean operations.
32273227
32283228
This method is a utility method, primarily for plugin and internal use.
3229-
It is the basis for cutBlind,extrude,cutThruAll, and all similar methods.
3230-
3231-
Future Enhancements:
3232-
extrude along a profile (sweep)
3229+
It is the basis for cutBlind, extrude, cutThruAll, and all similar methods.
32333230
"""
32343231

32353232
# group wires together into faces based on which ones are inside the others

0 commit comments

Comments
 (0)