Fix misprint in CheckShape method.

This commit is contained in:
jfa 2006-07-14 10:57:11 +00:00
parent ce7d97c138
commit 05240b02ef

View File

@ -920,7 +920,7 @@ def MakeCDG(aShape):
print "GetCentreOfMass : ", MeasuOp.GetErrorCode() print "GetCentreOfMass : ", MeasuOp.GetErrorCode()
return anObj return anObj
def CheckShape(aShape, theIsCheckGeom = 0): def CheckShape(theShape, theIsCheckGeom = 0):
if theIsCheckGeom: if theIsCheckGeom:
(IsValid, Status) = MeasuOp.CheckShapeWithGeometry(theShape) (IsValid, Status) = MeasuOp.CheckShapeWithGeometry(theShape)
else: else: