Salome HOME
Imp 19925 - Mesh preview
[modules/smesh.git] / idl / SMESH_Gen.idl
index cad0d9f620614bac2f301d17014507adaef492e3..f12e67ae8d91013e3f7d7717d8ee22545edeae69 100644 (file)
@@ -221,6 +221,17 @@ module SMESH
                              in GEOM::GEOM_Object theSubObject )
       raises ( SALOME::SALOME_Exception );
 
+    /*!
+     * Calculate Mesh as preview till indicated dimension
+     * First, verify list of hypothesis associated with the subShape.
+     * Return mesh preview structure
+     */
+    MeshPreviewStruct Precompute( in SMESH_Mesh        theMesh, 
+                                 in GEOM::GEOM_Object theSubObject,
+                                 in Dimension         theDimension,
+                                 inout long_array    theShapesId )
+      raises ( SALOME::SALOME_Exception );
+
     /*!
      * Return errors of hypotheses definintion
      * algo_error_array is empty if everything is OK