mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Correct ChangeOrientationShellCopy method to really make a copy of an object.
This commit is contained in:
parent
dfe401ea09
commit
d7f01a75f1
@ -1211,7 +1211,7 @@ def ChangeOrientationShell(theObject):
|
||||
# @param theObject Shape to be processed.
|
||||
# @return New GEOM_Object, containing processed shape.
|
||||
def ChangeOrientationShellCopy(theObject):
|
||||
anObj = HealOp.ChangeOrientation(theObject)
|
||||
anObj = HealOp.ChangeOrientationCopy(theObject)
|
||||
if HealOp.IsDone() == 0:
|
||||
print "ChangeOrientation : ", HealOp.GetErrorCode()
|
||||
return anObj
|
||||
|
Loading…
Reference in New Issue
Block a user