From b81d8007215b49c711cab0c9e3577bf9fb4be9f5 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 29 Apr 2008 11:03:08 +0000 Subject: [PATCH] NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work. --- src/SMESH_I/SMESH_2smeshpy.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index c9d70e0bf..b7a315de0 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -891,7 +891,6 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand) "" }; // <- mark of the end sameMethods.Insert( names ); } - //theGen->AddMeshAccessorMethod( theCommand ); // for *Object() if ( sameMethods.Contains( theCommand->GetMethod() )) { theCommand->SetObject( myMesh ); @@ -903,6 +902,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand) } else { // editor creation command is needed only if any editor function is called + theGen->AddMeshAccessorMethod( theCommand ); // for *Object() if ( !myCreationCmdStr.IsEmpty() ) { GetCreationCmd()->GetString() = myCreationCmdStr; myCreationCmdStr.Clear(); -- 2.39.2