theCommand->SetMethod( "GetFilterFromCriteria" );
// Swap "aFilterManager.CreateFilter()" and "smesh.GetFilterFromCriteria(criteria)"
- // GetCreationCmd()->Clear();
- // GetCreationCmd()->GetString() = theCommand->GetString();
- // theCommand->Clear();
- // theCommand->AddDependantCmd( GetCreationCmd() );
- // why swap?
GetCreationCmd()->Clear();
+ GetCreationCmd()->GetString() = theCommand->GetString();
+ theCommand->Clear();
+ theCommand->AddDependantCmd( GetCreationCmd() );
+ // why swap?
+ //GetCreationCmd()->Clear();
}
else if ( theCommand->GetMethod() == "SetMesh" )
{