Part: Fix doc string of TopoShape.inTolerance

This commit is contained in:
wmayer
2024-12-27 17:18:36 +01:00
committed by Yorik van Havre
parent cfa4021cfc
commit b46e6dd1ce

View File

@@ -898,7 +898,7 @@ ShapeType is interpreted as in the method getTolerance
<Methode Name="inTolerance" Const="true">
<Documentation>
<UserDocu>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
</UserDocu>