X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_I3DPrimOperations.hxx;h=87277ae71fcc4c9c4fd5a47d84557f38906164c4;hb=307d55f904c3289d82aee698ef6e813455cd3b9a;hp=7214d480766321ca969c85a6427908691625b1d5;hpb=0b6826bc5f36b5420f41af1475e1a79371a25323;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx index 7214d4807..87277ae71 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx @@ -100,7 +100,8 @@ class GEOMImpl_I3DPrimOperations : public GEOM_IOperations { Standard_EXPORT Handle(GEOM_Object) MakeFilling (Handle(GEOM_Object) theShape, int theMinDeg, int theMaxDeg, double theTol2D, double theTol3D, - int theNbIter, bool isApprox); + int theNbIter, int theMethod, + bool isApprox); Standard_EXPORT Handle(GEOM_Object) MakeThruSections (const Handle(TColStd_HSequenceOfTransient)& theSeqSections,