From 156b7a20fdb5827404620508fde578b90767b650 Mon Sep 17 00:00:00 2001 From: Marcus Boyd Date: Fri, 5 Mar 2021 15:51:30 +1030 Subject: [PATCH] Deprecate Workplane.findFace --- cadquery/cq.py | 1 + 1 file changed, 1 insertion(+) 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