mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
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:
parent
418f13af92
commit
74cc32f57f
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user