mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 17:34:18 +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)
|
anObj = self.HealOp.SewAllowNonManifold(theObject, theTolerance)
|
||||||
else:
|
else:
|
||||||
anObj = self.HealOp.Sew(theObject, theTolerance)
|
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)
|
RaiseIfFailed("Sew", self.HealOp)
|
||||||
anObj.SetParameters(Parameters)
|
anObj.SetParameters(Parameters)
|
||||||
self._autoPublish(anObj, theName, "sewed")
|
self._autoPublish(anObj, theName, "sewed")
|
||||||
|
Loading…
Reference in New Issue
Block a user