X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_ITransformOperations.hxx;fp=src%2FGEOMImpl%2FGEOMImpl_ITransformOperations.hxx;h=843c8a12a4ff118e1b33ae114ac87f2ab99df394;hb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;hp=e5ba8fddfabccc35531ac3ceea020dc5c2687dbf;hpb=1c428833a92f545d3485fdc00e6873be75904df5;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_ITransformOperations.hxx b/src/GEOMImpl/GEOMImpl_ITransformOperations.hxx index e5ba8fddf..843c8a12a 100644 --- a/src/GEOMImpl/GEOMImpl_ITransformOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_ITransformOperations.hxx @@ -107,6 +107,17 @@ class GEOMImpl_ITransformOperations : public GEOM_IOperations { Standard_Integer theNbTimes1, double theStep, Standard_Integer theNbTimes2); + + Standard_EXPORT Handle(GEOM_Object) RotateThreePoints (Handle(GEOM_Object) theObject, + Handle(GEOM_Object) theCentPoint, + Handle(GEOM_Object) thePoint1, + Handle(GEOM_Object) thePoint2); + + Standard_EXPORT Handle(GEOM_Object) RotateThreePointsCopy (Handle(GEOM_Object) theObject, + Handle(GEOM_Object) theCentPoint, + Handle(GEOM_Object) thePoint1, + Handle(GEOM_Object) thePoint2); + }; #endif