mesh created using these algorithms should be exported into a python
script, edited and then imported into the GUi.
+<li>It is possible to make evaluation of size of prospective mesh
+before \b Compute operation. For this, select your mesh in the <b>Object
+Browser</b> and from the \b Mesh menu select \b Evaluate. Result of
+evaluation will be represented by the following information box:
+
+\image html mesh_evaluation_succeed.png
+
+
Consider trying a sample script for construction of a mesh from our
\ref tui_creating_meshes_page "TUI Scripts" section.
</li>
</ol>
-*/
\ No newline at end of file
+*/
if ( memoryLack )
aMemoryReserve.release();
- myCompDlg->setWindowTitle(tr( evaluateFailed ? "SMESH_WRN_COMPUTE_FAILED" : "SMESH_COMPUTE_SUCCEED"));
+ evaluateFailed = ( aCompErrors->length() > 0 );
+ myCompDlg->setWindowTitle(tr( evaluateFailed ? "SMESH_WRN_EVALUATE_FAILED" : "SMESH_EVALUATE_SUCCEED"));
// SHOW ERRORS
<source>SMESH_COMPUTE_SUCCEED</source>
<translation>Mesh computation succeed</translation>
</message>
+ <message>
+ <source>SMESH_EVALUATE_SUCCEED</source>
+ <translation>Mesh evaluation succeed</translation>
+ </message>
<message>
<source>SMESH_CONTENT</source>
<translation>Content</translation>
<source>SMESH_WRN_COMPUTE_FAILED</source>
<translation>Mesh computation failed</translation>
</message>
+ <message>
+ <source>SMESH_WRN_EVALUATE_FAILED</source>
+ <translation>Mesh evaluation failed</translation>
+ </message>
<message>
<source>SMESH_WRN_EMPTY_NAME</source>
<translation>Empty name is not valid</translation>