mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
22526: SMESH 2864 - Projection and Extrusion
fix dump
This commit is contained in:
parent
64b2fcfed1
commit
99baeb9583
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user