Salome HOME
0022776: [CEA 1269] Project a wire or a face on a cylinder
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ITransformOperations.hxx
index 2c44b3854779a4d9facd0aa76e9ead7f0b64f4ec..155dbfdd9f1379f229bc572aaef4038cd6b9d4e5 100644 (file)
@@ -191,6 +191,12 @@ class GEOMImpl_ITransformOperations : public GEOM_IOperations
   Standard_EXPORT Handle(GEOM_Object) TransformLikeOtherCopy (Handle(GEOM_Object) theObject,
                                                               Handle(GEOM_Object) theSample);
 
+  Standard_EXPORT Handle(GEOM_Object) MakeProjectionOnCylinder
+                             (const Handle(GEOM_Object) &theObject,
+                              const Standard_Real        theRadius,
+                              const Standard_Real        theStartAngle,
+                              const Standard_Real        theAngleLength);
+
 };
 
 #endif