mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
PythonDump for SMESH Controls / Filter
This commit is contained in:
parent
d77ffa61b6
commit
dd52ec47d0
@ -408,7 +408,8 @@ static TopoDS_Shape getShapeByName( const char* theName )
|
||||
Functor_i::Functor_i():
|
||||
SALOME::GenericObj_i( SMESH_Gen_i::GetPOA() )
|
||||
{
|
||||
SMESH_Gen_i::GetPOA()->activate_object( this );
|
||||
PortableServer::ObjectId_var anObjectId =
|
||||
SMESH_Gen_i::GetPOA()->activate_object( this );
|
||||
}
|
||||
|
||||
Functor_i::~Functor_i()
|
||||
@ -1289,7 +1290,8 @@ FunctorType LogicalOR_i::GetFunctorType()
|
||||
FilterManager_i::FilterManager_i()
|
||||
: SALOME::GenericObj_i( SMESH_Gen_i::GetPOA() )
|
||||
{
|
||||
SMESH_Gen_i::GetPOA()->activate_object( this );
|
||||
PortableServer::ObjectId_var anObjectId =
|
||||
SMESH_Gen_i::GetPOA()->activate_object( this );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user