From: eap Date: Wed, 15 Feb 2012 11:16:59 +0000 (+0000) Subject: 0021374: EDF 1898 SMESH: Extrusion of a node to have an edge X-Git-Tag: V6_5_0a1~133 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f4088e81331529eacb50019e8dbba169675f741;p=modules%2Fsmesh.git 0021374: EDF 1898 SMESH: Extrusion of a node to have an edge Add accessor methods to all commands of the hypothesis --- diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index ea012abc4..20e218152 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -2296,9 +2296,8 @@ void _pyHypothesis::Process( const Handle(_pyCommand)& theCommand) void _pyHypothesis::Flush() { - if ( IsWrapped() ) { - } - else { + if ( !IsAlgo() ) + { list < Handle(_pyCommand) >::iterator cmd = myArgCommands.begin(); for ( ; cmd != myArgCommands.end(); ++cmd ) { // Add access to a wrapped mesh