mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 10:00:33 +05:00
Fix misprint in CheckShape method.
This commit is contained in:
parent
ce7d97c138
commit
05240b02ef
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user