mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Treat Scale commands
This commit is contained in:
parent
5de80d5f32
commit
610978f5f6
@ -2080,8 +2080,8 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
|||||||
"MergeElements","MergeEqualElements","SewFreeBorders","SewConformFreeBorders",
|
"MergeElements","MergeEqualElements","SewFreeBorders","SewConformFreeBorders",
|
||||||
"SewBorderToSide","SewSideElements","ChangeElemNodes","GetLastCreatedNodes",
|
"SewBorderToSide","SewSideElements","ChangeElemNodes","GetLastCreatedNodes",
|
||||||
"GetLastCreatedElems",
|
"GetLastCreatedElems",
|
||||||
"MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh",
|
"MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh","TranslateObjectMakeMesh",
|
||||||
"TranslateObjectMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh",
|
"Scale","ScaleMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh",
|
||||||
"MakeBoundaryElements", "SplitVolumesIntoTetra"
|
"MakeBoundaryElements", "SplitVolumesIntoTetra"
|
||||||
,"" }; // <- mark of the end
|
,"" }; // <- mark of the end
|
||||||
sameMethods.Insert( names );
|
sameMethods.Insert( names );
|
||||||
@ -2107,7 +2107,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
|||||||
if (diffLastTwoArgsMethods.empty() ) {
|
if (diffLastTwoArgsMethods.empty() ) {
|
||||||
const char * names[] = {
|
const char * names[] = {
|
||||||
"MirrorMakeGroups","MirrorObjectMakeGroups",
|
"MirrorMakeGroups","MirrorObjectMakeGroups",
|
||||||
"TranslateMakeGroups","TranslateObjectMakeGroups",
|
"TranslateMakeGroups","TranslateObjectMakeGroups","ScaleMakeGroups",
|
||||||
"RotateMakeGroups","RotateObjectMakeGroups",
|
"RotateMakeGroups","RotateObjectMakeGroups",
|
||||||
""};// <- mark of the end
|
""};// <- mark of the end
|
||||||
diffLastTwoArgsMethods.Insert( names );
|
diffLastTwoArgsMethods.Insert( names );
|
||||||
|
Loading…
Reference in New Issue
Block a user