mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 12:00:34 +05:00
Fix of test cases geom/bugs11/L7,L8
This commit is contained in:
parent
93a34485f0
commit
5fa52deb18
@ -5991,6 +5991,9 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
||||
anObj = self.HealOp.SewAllowNonManifold(theObject, theTolerance)
|
||||
else:
|
||||
anObj = self.HealOp.Sew(theObject, theTolerance)
|
||||
# To avoid script failure in case of good argument shape
|
||||
if self.HealOp.GetErrorCode() == "ShHealOper_NotError_msg":
|
||||
return theObject
|
||||
RaiseIfFailed("Sew", self.HealOp)
|
||||
anObj.SetParameters(Parameters)
|
||||
self._autoPublish(anObj, theName, "sewed")
|
||||
|
Loading…
Reference in New Issue
Block a user