Salome HOME
0022776: [CEA 1269] Project a wire or a face on a cylinder: add rotation angle
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ITransformOperations.hxx
index 155dbfdd9f1379f229bc572aaef4038cd6b9d4e5..3742157bf7e387567700a9ab61e8286945ebd64a 100644 (file)
@@ -195,7 +195,8 @@ class GEOMImpl_ITransformOperations : public GEOM_IOperations
                              (const Handle(GEOM_Object) &theObject,
                               const Standard_Real        theRadius,
                               const Standard_Real        theStartAngle,
-                              const Standard_Real        theAngleLength);
+                              const Standard_Real        theAngleLength,
+                              const Standard_Real        theAngleRotation);
 
 };