Salome HOME
22316: EDF 2719 SMESH: Split hexas into prisms
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.hxx
index e74df378834285a2cc7c147dbfde1ddb327da45c..ed67dabef72cee3df67c86849a9a975ed22f65d2 100644 (file)
@@ -233,6 +233,11 @@ public:
   void           SplitVolumesIntoTetra(SMESH::SMESH_IDSource_ptr elems,
                                        CORBA::Short             methodFlags)
     throw (SALOME::SALOME_Exception);
+  void           SplitHexahedraIntoPrisms(SMESH::SMESH_IDSource_ptr elems,
+                                          CORBA::Short              methodFlags,
+                                          const SMESH::AxisStruct & facetToSplitNormal,
+                                          CORBA::Boolean            allDomains)
+    throw (SALOME::SALOME_Exception);
 
   CORBA::Boolean Smooth(const SMESH::long_array &              IDsOfElements,
                         const SMESH::long_array &              IDsOfFixedNodes,