mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13330( When mesh generation does not success, trace where )
-static SMESH::Hypothesis_Status ConvertHypothesisStatus +SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
This commit is contained in:
parent
c2b5cef51d
commit
520e3c53e2
@ -317,7 +317,7 @@ int SMESH_Mesh_i::importMEDFile( const char* theFileName, const char* theMeshNam
|
|||||||
|
|
||||||
#define RETURNCASE(hyp_stat) case SMESH_Hypothesis::hyp_stat: return SMESH::hyp_stat;
|
#define RETURNCASE(hyp_stat) case SMESH_Hypothesis::hyp_stat: return SMESH::hyp_stat;
|
||||||
|
|
||||||
static SMESH::Hypothesis_Status ConvertHypothesisStatus
|
SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
|
||||||
(SMESH_Hypothesis::Hypothesis_Status theStatus)
|
(SMESH_Hypothesis::Hypothesis_Status theStatus)
|
||||||
{
|
{
|
||||||
switch (theStatus) {
|
switch (theStatus) {
|
||||||
|
@ -288,6 +288,9 @@ public:
|
|||||||
SMESH_Hypothesis::Hypothesis_Status removeHypothesis(GEOM::GEOM_Object_ptr aSubShapeObject,
|
SMESH_Hypothesis::Hypothesis_Status removeHypothesis(GEOM::GEOM_Object_ptr aSubShapeObject,
|
||||||
SMESH::SMESH_Hypothesis_ptr anHyp);
|
SMESH::SMESH_Hypothesis_ptr anHyp);
|
||||||
|
|
||||||
|
static SMESH::Hypothesis_Status
|
||||||
|
ConvertHypothesisStatus (SMESH_Hypothesis::Hypothesis_Status theStatus);
|
||||||
|
|
||||||
int importMEDFile( const char* theFileName, const char* theMeshName );
|
int importMEDFile( const char* theFileName, const char* theMeshName );
|
||||||
|
|
||||||
SMESH::SMESH_subMesh_ptr createSubMesh( GEOM::GEOM_Object_ptr theSubShapeObject );
|
SMESH::SMESH_subMesh_ptr createSubMesh( GEOM::GEOM_Object_ptr theSubShapeObject );
|
||||||
|
Loading…
Reference in New Issue
Block a user