From b46e6dd1ce20b61d17855ea5ec0c644775dc2eda Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 27 Dec 2024 17:18:36 +0100 Subject: [PATCH] Part: Fix doc string of TopoShape.inTolerance --- 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 96c9ef7aa0..88a4a16922 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -898,7 +898,7 @@ ShapeType is interpreted as in the method getTolerance Determines which shapes have a tolerance within a given interval -inTolerance(value, [ShapeType=Shape]) -> ShapeList +inTolerance(valmin, valmax, [ShapeType=Shape]) -> ShapeList -- ShapeType is interpreted as in the method getTolerance