From: eap Date: Fri, 11 Jan 2008 13:46:10 +0000 (+0000) Subject: PAL16617 Modification/Transformation operations with copy don't create a new mesh X-Git-Tag: for_M2008_07022008~17 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=74cc32f57f414ece9d2c152c2763fffb9c0bd88d PAL16617 Modification/Transformation operations with copy don't create a new mesh - Mirror = GetAxisStruct(Mirror) + Mirror = self.smeshpyD.GetAxisStruct(Mirror) --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 92c15303d..8b15f7f59 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -3103,7 +3103,7 @@ class Mesh: if ( isinstance( theObject, Mesh )): theObject = theObject.GetMesh() if (isinstance(Mirror, geompyDC.GEOM._objref_GEOM_Object)): - Mirror = GetAxisStruct(Mirror) + Mirror = self.smeshpyD.GetAxisStruct(Mirror) mesh = self.editor.MirrorObjectMakeMesh(theObject, Mirror, theMirrorType, MakeGroups, NewMeshName) return Mesh( self.smeshpyD,self.geompyD,mesh )