From: eap Date: Wed, 19 Dec 2007 15:05:31 +0000 (+0000) Subject: PAL16617 (Modification/Transformation operations with copy don't create a new mesh) X-Git-Tag: for_M2008_07022008~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0ebaadef3876c969a04d6c158c87e251461d2f16;hp=0ebaadef3876c969a04d6c158c87e251461d2f16;p=modules%2Fsmesh.git PAL16617 (Modification/Transformation operations with copy don't create a new mesh) + SMESH_Mesh MirrorMakeMesh (in long_array IDsOfElements, + SMESH_Mesh MirrorObjectMakeMesh (in SMESH_IDSource theObject, + SMESH_Mesh TranslateMakeMesh (in long_array IDsOfElements, + SMESH_Mesh TranslateObjectMakeMesh (in SMESH_IDSource theObject, + SMESH_Mesh RotateMakeMesh (in long_array IDsOfElements, + SMESH_Mesh RotateObjectMakeMesh (in SMESH_IDSource theObject, ---