Salome HOME
fix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.hxx
index 327c497a5bc87335c365be0eee2982638b2f4d83..aa28198c1fb6bef8e5fc6d5833e33afb6543b30d 100644 (file)
@@ -141,6 +141,11 @@ class SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor
   void ExtrusionSweepObject2D(SMESH::SMESH_IDSource_ptr theObject,
                               const SMESH::DirStruct &  StepVector,
                               CORBA::Long               NbOfSteps);
+  void AdvancedExtrusion(const SMESH::long_array & theIDsOfElements,
+                        const SMESH::DirStruct &  theStepVector,
+                        CORBA::Long               theNbOfSteps,
+                        CORBA::Long               theExtrFlags,
+                        CORBA::Double             theSewTolerance);
 
   SMESH::SMESH_MeshEditor::Extrusion_Error
     ExtrusionAlongPath(const SMESH::long_array &   IDsOfElements,