Salome HOME
IPAL21374 Add 0D element leads to visualization failure.
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index d84c73fc16e1aa6dbe235f2011bd02cdc7f4c5af..9ba9bdbb9e5a0d85c7a230ed0dc4111fbe886e02 100644 (file)
@@ -246,11 +246,13 @@ public:
                                                GEOM::GEOM_Object_ptr  theShapeObject )
     throw ( SALOME::SALOME_Exception );
 
-  // Evaluate mesh on a shape
-  //CORBA::Boolean 
+  /*!
+   * Evaluate mesh on a shape and
+   *  returns statistic of mesh elements
+   * Result array of number enityties
+   */
   SMESH::long_array* Evaluate(SMESH::SMESH_Mesh_ptr theMesh,
                               GEOM::GEOM_Object_ptr theShapeObject)
-    //                              SMESH::long_array& theNbElems)
     throw ( SALOME::SALOME_Exception );
 
   // Returns true if mesh contains enough data to be computed