Salome HOME
Creating an arc by 3 points and a tangent arc
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index 4c4c007af06c85afaae77036e92a29545423996f..a3e49f90760d12dca01f62e7ffeb3443d81375b4 100644 (file)
@@ -41,6 +41,9 @@ class GeomAPI_Dir : public GeomAPI_Interface
   GEOMAPI_EXPORT 
   const std::shared_ptr<GeomAPI_XYZ> xyz();
 
+  /// inverses the direction
+  GEOMAPI_EXPORT void reverse();
+
   /// result is a scalar product of directions
   GEOMAPI_EXPORT 
   double dot(const std::shared_ptr<GeomAPI_Dir>& theArg) const;