X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_IBasicOperations.hxx;fp=src%2FGEOMImpl%2FGEOMImpl_IBasicOperations.hxx;h=736e8afc060591f41458c41dab0e041ee4612192;hb=8180539548a5038e52445454e88c1a170ee64e56;hp=1e743415f96661a22a2bcb7e6b22a4b2bdbfec4d;hpb=f115d16e436356dcc8463dac6c0567624adda40e;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_IBasicOperations.hxx b/src/GEOMImpl/GEOMImpl_IBasicOperations.hxx index 1e743415f..736e8afc0 100644 --- a/src/GEOMImpl/GEOMImpl_IBasicOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_IBasicOperations.hxx @@ -18,7 +18,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -// #ifndef _GEOMImpl_IBasicOperations_HXX_ #define _GEOMImpl_IBasicOperations_HXX_ @@ -64,6 +63,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations { double theYParam, double theZParam); + Standard_EXPORT Handle(GEOM_Object) MakePointOnFace (Handle(GEOM_Object) theFace); + // Vector Standard_EXPORT Handle(GEOM_Object) MakeVectorDXDYDZ (double theDX, double theDY, double theDZ); @@ -128,7 +129,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations { PointOn_CurveByCoord, PointOn_CurveByLength, PointOn_SurfaceByParam, - PointOn_SurfaceByCoord + PointOn_SurfaceByCoord, + PointOn_Face }; Handle(GEOM_Object) makePointOnGeom (Handle(GEOM_Object) theGeomObj,