mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:40:32 +05:00
0021823: [CEA 649] Compute failed without any errors
bool checkComputeError(SMESH_Algo* theAlgo, + const bool theComputeOK, const TopoDS_Shape& theShape=TopoDS_Shape());
This commit is contained in:
parent
9e5d5fd0d5
commit
3cff0381cc
@ -278,7 +278,9 @@ protected:
|
||||
* \brief Update compute_state by _computeError
|
||||
* \retval bool - false if there are errors
|
||||
*/
|
||||
bool checkComputeError(SMESH_Algo* theAlgo, const TopoDS_Shape& theShape=TopoDS_Shape());
|
||||
bool checkComputeError(SMESH_Algo* theAlgo,
|
||||
const bool theComputeOK,
|
||||
const TopoDS_Shape& theShape=TopoDS_Shape());
|
||||
|
||||
/*!
|
||||
* \brief Return a hypothesis attached to theShape.
|
||||
|
Loading…
Reference in New Issue
Block a user