mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +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.
|
# @param theObject Shape to be processed.
|
||||||
# @return New GEOM_Object, containing processed shape.
|
# @return New GEOM_Object, containing processed shape.
|
||||||
def ChangeOrientationShellCopy(theObject):
|
def ChangeOrientationShellCopy(theObject):
|
||||||
anObj = HealOp.ChangeOrientation(theObject)
|
anObj = HealOp.ChangeOrientationCopy(theObject)
|
||||||
if HealOp.IsDone() == 0:
|
if HealOp.IsDone() == 0:
|
||||||
print "ChangeOrientation : ", HealOp.GetErrorCode()
|
print "ChangeOrientation : ", HealOp.GetErrorCode()
|
||||||
return anObj
|
return anObj
|
||||||
|
Loading…
Reference in New Issue
Block a user