Fix bug 17537: GEOM_TestOthers.TestOtherOperations() raises error.

This commit is contained in:
jfa 2007-11-06 10:44:13 +00:00
parent da850bfc0f
commit 9ac2c5ccae

View File

@ -2375,7 +2375,7 @@ class geompyDC(GEOM._objref_GEOM_Gen):
# Example: see GEOM_Spanner.py
def CheckCompoundOfBlocks(self,theCompound):
(IsValid, BCErrors) = self.BlocksOp.CheckCompoundOfBlocks(theCompound)
RaiseIfFailed("CheckCompoundOfBlocks", self.MeasuOp)
RaiseIfFailed("CheckCompoundOfBlocks", self.BlocksOp)
if IsValid == 0:
Descr = self.BlocksOp.PrintBCErrors(theCompound, BCErrors)
print Descr