Salome HOME
Bug IPAL21372 - 0D algorithm. Mesh visualization failed,if all of 1-3D algorithms...
[modules/smesh.git] / idl / SMESH_MeshEditor.idl
index ab8e27b35770c17a37f1e31185661468d41b7a08..b077a164d168f2e2102330831e219c6f21a267fa 100644 (file)
@@ -784,6 +784,13 @@ module SMESH
                                       in ListOfGroups theNodesNot,
                                       in GEOM::GEOM_Object theShape );
 
+    /*!
+     * \brief Generated skin mesh (containing 2D cells) from 3D mesh
+     * The created 2D mesh elements based on nodes of free faces of boundary volumes
+     * \return TRUE if operation has been completed successfully, FALSE otherwise
+     */
+    boolean Make2DMeshFrom3D();
+
   };
 };