From 39b47185f4d03a264e60011c1182422ffdf41cdc Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:39:25 +0200 Subject: [PATCH] [Bugfix]Base: Python method 'isEqual' of Vector shall be Const --- src/Base/VectorPy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/VectorPy.xml b/src/Base/VectorPy.xml index bf0bbbfa54..7da8b7283c 100644 --- a/src/Base/VectorPy.xml +++ b/src/Base/VectorPy.xml @@ -109,7 +109,7 @@ vector2 : Base.Vector Normalizes in-place this vector to the length of 1.0. - + isEqual(vector2, tol=0) -> bool\n Checks if the distance between the points represented by this vector