diff --git a/cadquery/cq.py b/cadquery/cq.py index e7c44e192..a39f26eb0 100644 --- a/cadquery/cq.py +++ b/cadquery/cq.py @@ -703,6 +703,7 @@ def findSolid( return found + @deprecate() def findFace(self, searchStack: bool = True, searchParents: bool = True) -> Face: """ Finds the first face object in the chain, searching from the current node