22526: SMESH 2864 - Projection and Extrusion

fix dump
This commit is contained in:
eap 2014-04-07 17:24:24 +04:00
parent 64b2fcfed1
commit 99baeb9583

View File

@ -2006,6 +2006,14 @@ void _pyMesh::Process( const Handle(_pyCommand)& theCommand )
addCmd->Clear(); addCmd->Clear();
theCommand->Clear(); theCommand->Clear();
} }
else
{
// mesh.AddHypothesis(geom, hyp) --> mesh.AddHypothesis(hyp, geom=0)
addCmd->RemoveArgs();
addCmd->SetArg( 1, hypID );
if ( isLocal )
addCmd->SetArg( 2, geomID );
}
} }
else else
{ {