Skip to content

Commit ceea71d

Browse files
authored
Merge pull request #679 from marcus7070/deprecate-findFace
Deprecate Workplane.findFace
2 parents 48deb19 + 156b7a2 commit ceea71d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/cq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ def findSolid(
703703

704704
return found
705705

706+
@deprecate()
706707
def findFace(self, searchStack: bool = True, searchParents: bool = True) -> Face:
707708
"""
708709
Finds the first face object in the chain, searching from the current node

0 commit comments

Comments
 (0)