Salome HOME
Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersect...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ICurvesOperations.hxx
index be7aedad6cac634c4d9b10051039f4c9366d2ded..4f8f3a8ade7fdc08b08218319d87024f7e56d92c 100644 (file)
@@ -80,7 +80,8 @@ class GEOMImpl_ICurvesOperations : public GEOM_IOperations {
 
   Standard_EXPORT Handle(GEOM_Object) MakeCurveParametric(const char* thexExpr, const char* theyExpr, const char* thezExpr, 
                                                          double theParamMin, double theParamMax, double theParamStep, 
-                                                         CurveType theCurveType);
+                                                         CurveType theCurveType,
+                              int theParamNbStep=0, bool theNewMethod=false);
 
   Standard_EXPORT Handle(GEOM_Object) MakeSketcher (const char* theCommand,
                                                     std::list<double> theWorkingPlane);