mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 09:50:36 +05:00
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:
parent
ed191931f2
commit
4f4088e813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user