From 0d6e8eed5a5d48aec3ef48cd9254c561bf92d4bd Mon Sep 17 00:00:00 2001 From: marioalexis Date: Sun, 10 Apr 2022 02:25:41 -0300 Subject: [PATCH] Part: Enable reversed method in Python TopoShape class --- src/Mod/Part/App/TopoShapePy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index fada5da207..5103954680 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -533,7 +533,7 @@ reverse() - + Reverses the orientation of a copy of this shape. reversed() -> Shape