]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_ProjectionDriver.hxx
Salome HOME
0022776: [CEA 1269] Project a wire or a face on a cylinder: add rotation angle
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ProjectionDriver.hxx
index ee703af55b1fafe518cc73785f381fee73baa462..47dfc44139c34e2e80295629722394668ae7d90e 100644 (file)
@@ -87,7 +87,8 @@ private:
   TopoDS_Shape projectOnCylinder(const TopoDS_Shape  &theShape,
                                  const Standard_Real  theRadius,
                                  const Standard_Real  theStartAngle,
-                                 const Standard_Real  theAngleLength) const;
+                                 const Standard_Real  theAngleLength,
+                                 const Standard_Real  theAngleRotation) const;
 
 public: