PAL16617 Modification/Transformation operations with copy don't create a new mesh

-            Mirror = GetAxisStruct(Mirror)
+            Mirror = self.smeshpyD.GetAxisStruct(Mirror)
This commit is contained in:
eap 2008-01-11 13:46:10 +00:00
parent 418f13af92
commit 74cc32f57f

View File

@ -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 )