]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Dir.h
Salome HOME
Added new geometrical objects
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index afdab1c090ccb2e7bbce10e42e98ff26bf4d4898..a8b4022cea38af190a50f745a09adce9ca972432 100644 (file)
@@ -20,6 +20,8 @@ class GEOMAPI_EXPORT GeomAPI_Dir: public GeomAPI_Interface
 public:
   /// Creation of direction by coordinates
   GeomAPI_Dir(const double theX, const double theY, const double theZ);
+  /// Creation of direction by coordinates
+  GeomAPI_Dir(const boost::shared_ptr<GeomAPI_XYZ>& theCoords);
 
   /// returns X coordinate
   double x() const;