mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Fix bug 17537: GEOM_TestOthers.TestOtherOperations() raises error.
This commit is contained in:
parent
da850bfc0f
commit
9ac2c5ccae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user