mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +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 )):
|
if ( isinstance( theObject, Mesh )):
|
||||||
theObject = theObject.GetMesh()
|
theObject = theObject.GetMesh()
|
||||||
if (isinstance(Mirror, geompyDC.GEOM._objref_GEOM_Object)):
|
if (isinstance(Mirror, geompyDC.GEOM._objref_GEOM_Object)):
|
||||||
Mirror = GetAxisStruct(Mirror)
|
Mirror = self.smeshpyD.GetAxisStruct(Mirror)
|
||||||
mesh = self.editor.MirrorObjectMakeMesh(theObject, Mirror, theMirrorType,
|
mesh = self.editor.MirrorObjectMakeMesh(theObject, Mirror, theMirrorType,
|
||||||
MakeGroups, NewMeshName)
|
MakeGroups, NewMeshName)
|
||||||
return Mesh( self.smeshpyD,self.geompyD,mesh )
|
return Mesh( self.smeshpyD,self.geompyD,mesh )
|
||||||
|
Loading…
Reference in New Issue
Block a user