mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +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",
|
||||
"SewBorderToSide","SewSideElements","ChangeElemNodes","GetLastCreatedNodes",
|
||||
"GetLastCreatedElems",
|
||||
"MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh",
|
||||
"TranslateObjectMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh",
|
||||
"MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh","TranslateObjectMakeMesh",
|
||||
"Scale","ScaleMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh",
|
||||
"MakeBoundaryElements", "SplitVolumesIntoTetra"
|
||||
,"" }; // <- mark of the end
|
||||
sameMethods.Insert( names );
|
||||
@ -2107,7 +2107,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
||||
if (diffLastTwoArgsMethods.empty() ) {
|
||||
const char * names[] = {
|
||||
"MirrorMakeGroups","MirrorObjectMakeGroups",
|
||||
"TranslateMakeGroups","TranslateObjectMakeGroups",
|
||||
"TranslateMakeGroups","TranslateObjectMakeGroups","ScaleMakeGroups",
|
||||
"RotateMakeGroups","RotateObjectMakeGroups",
|
||||
""};// <- mark of the end
|
||||
diffLastTwoArgsMethods.Insert( names );
|
||||
|
Loading…
Reference in New Issue
Block a user