]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
Salome HOME
[EDF] (2023-T3) Creation of a non planar face from a list of edges and points
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IShapesOperations.hxx
index 0cb04e069d763f7c0310b06447a25db16e2ee986..cd20bea5fabe6dd32bbbf81b11f1dae52e2d8b54 100644 (file)
@@ -104,6 +104,10 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations
   Standard_EXPORT Handle(GEOM_Object) MakeFaceFromSurface
                                               (Handle(GEOM_Object) theFace,
                                                Handle(GEOM_Object) theWire);
+
+  Standard_EXPORT Handle(GEOM_Object) MakeWrappedFace(std::list<Handle(GEOM_Object)> theEdges,
+                                                      std::list<Handle(GEOM_Object)> theVertices,
+                                                      const Standard_Real theTolerance);
                                                
   Standard_EXPORT Handle(GEOM_Object) MakeFaceWithConstraints (std::list<Handle(GEOM_Object)> theConstraints);