mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 15:10: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()
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user