Salome HOME
Task 2.6: Creation of horizontal and vertical constraints “on a fly”
[modules/shaper.git] / src / GeomAPI / GeomAPI_Lin2d.h
index 3fdda3048163340b611f9800183732be0c186845..725c28f1f09103db7cc48c6059e32de340cf6e3f 100644 (file)
@@ -76,5 +76,9 @@ class GeomAPI_Lin2d : public GeomAPI_Interface
   std::shared_ptr<GeomAPI_Pnt2d> shiftedLocation(double theShift) const;
 };
 
+
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Lin2d> GeomLine2dPtr;
+
 #endif