From 05240b02efe754462c61cfbcb072f8e700c0595c Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 14 Jul 2006 10:57:11 +0000 Subject: [PATCH] Fix misprint in CheckShape method. --- src/GEOM_SWIG/batchmode_geompy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOM_SWIG/batchmode_geompy.py b/src/GEOM_SWIG/batchmode_geompy.py index dc34cd4d0..1f490d3a5 100644 --- a/src/GEOM_SWIG/batchmode_geompy.py +++ b/src/GEOM_SWIG/batchmode_geompy.py @@ -920,7 +920,7 @@ def MakeCDG(aShape): print "GetCentreOfMass : ", MeasuOp.GetErrorCode() return anObj -def CheckShape(aShape, theIsCheckGeom = 0): +def CheckShape(theShape, theIsCheckGeom = 0): if theIsCheckGeom: (IsValid, Status) = MeasuOp.CheckShapeWithGeometry(theShape) else: -- 2.39.2