mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:10:33 +05:00
Implementation of the issue 19950.
This commit is contained in:
parent
0902392b50
commit
98dad5e3cc
@ -727,6 +727,23 @@ SMESH_MEDMesh_i::getBoundaryElements(SALOME_MED::medEntityMesh entity)
|
|||||||
|
|
||||||
return NULL;
|
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
|
* CORBA: Returns references for the support of the skin of the support
|
||||||
|
@ -194,6 +194,10 @@ public:
|
|||||||
SALOME_MED::SUPPORT_ptr
|
SALOME_MED::SUPPORT_ptr
|
||||||
getBoundaryElements(SALOME_MED::medEntityMesh entity)
|
getBoundaryElements(SALOME_MED::medEntityMesh entity)
|
||||||
throw (SALOME::SALOME_Exception);
|
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)
|
SALOME_MED::SUPPORT_ptr getSkin(SALOME_MED::SUPPORT_ptr mySupport3D)
|
||||||
throw (SALOME::SALOME_Exception);
|
throw (SALOME::SALOME_Exception);
|
||||||
|
Loading…
Reference in New Issue
Block a user