Salome HOME
[EDF] (2023-T3) Creation of a non planar face from a list of edges and points
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index f1518a005c6fe825736180b0d2b5b54fe9fe3e95..28c5944f409e374a936dc68d1c33ec3dcf243f3d 100644 (file)
@@ -67,6 +67,10 @@ class GEOM_I_EXPORT GEOM_IShapesOperations_i :
   GEOM::GEOM_Object_ptr MakeFaceFromSurface(GEOM::GEOM_Object_ptr theFace,
                                             GEOM::GEOM_Object_ptr theWire);
 
+  GEOM::GEOM_Object_ptr MakeWrappedFace(const GEOM::ListOfGO& theEdges,
+                                        const GEOM::ListOfGO& theVertices,
+                                        const CORBA::Double theTolerance);
+
   GEOM::GEOM_Object_ptr MakeFaceWithConstraints (const GEOM::ListOfGO& theConstraints);
   
   GEOM::GEOM_Object_ptr MakeShell (const GEOM::ListOfGO& theFacesAndShells);