mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Implementation of the issue 19950.
This commit is contained in:
parent
9d1bb8e28c
commit
2f1bf11869
@ -728,6 +728,22 @@ SMESH_MEDMesh_i::getBoundaryElements(SALOME_MED::medEntityMesh entity)
|
||||
return NULL;
|
||||
}
|
||||
//=============================================================================
|
||||
/*!
|
||||
* CORBA: Method return a reference on a support define on all the element of
|
||||
* an entity.
|
||||
*/
|
||||
//=============================================================================
|
||||
SALOME_MED::SUPPORT_ptr
|
||||
SMESH_MEDMesh_i::getSupportOnAll(SALOME_MED::medEntityMesh entity)
|
||||
throw (SALOME::SALOME_Exception)
|
||||
{
|
||||
MESSAGE("!!!! NOT YET IMPLEMENTED !!!!!");
|
||||
|
||||
THROW_SALOME_CORBA_EXCEPTION("Unimplemented Method", SALOME::BAD_PARAM);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
//=============================================================================
|
||||
/*!
|
||||
* CORBA: Returns references for the support of the skin of the support
|
||||
* mySupport3D
|
||||
|
@ -195,6 +195,10 @@ public:
|
||||
getBoundaryElements(SALOME_MED::medEntityMesh entity)
|
||||
throw (SALOME::SALOME_Exception);
|
||||
|
||||
SALOME_MED::SUPPORT_ptr
|
||||
getSupportOnAll(SALOME_MED::medEntityMesh entity)
|
||||
throw (SALOME::SALOME_Exception);
|
||||
|
||||
SALOME_MED::SUPPORT_ptr getSkin(SALOME_MED::SUPPORT_ptr mySupport3D)
|
||||
throw (SALOME::SALOME_Exception);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user