0021374: EDF 1898 SMESH: Extrusion of a node to have an edge

Add accessor methods to all commands of the hypothesis
This commit is contained in:
eap 2012-02-15 11:16:59 +00:00
parent ed191931f2
commit 4f4088e813

View File

@ -2296,9 +2296,8 @@ void _pyHypothesis::Process( const Handle(_pyCommand)& theCommand)
void _pyHypothesis::Flush() void _pyHypothesis::Flush()
{ {
if ( IsWrapped() ) { if ( !IsAlgo() )
} {
else {
list < Handle(_pyCommand) >::iterator cmd = myArgCommands.begin(); list < Handle(_pyCommand) >::iterator cmd = myArgCommands.begin();
for ( ; cmd != myArgCommands.end(); ++cmd ) { for ( ; cmd != myArgCommands.end(); ++cmd ) {
// Add access to a wrapped mesh // Add access to a wrapped mesh