Salome HOME
Merge with PAL/SALOME 2.1.0d
[modules/geom.git] / src / GEOM_I / GEOM_IBasicOperations_i.hh
index 8ce295a991340a77b0ab7874d5b4a671e5d95a9c..5bedb15a904bff7c6917978ba0aa9284cd08c602 100644 (file)
@@ -40,6 +40,9 @@ class GEOM_IBasicOperations_i :
    GEOM::GEOM_Object_ptr MakeVectorTwoPnt (GEOM::GEOM_Object_ptr thePnt1,
                                           GEOM::GEOM_Object_ptr thePnt2);
 
+   GEOM::GEOM_Object_ptr MakeLine (GEOM::GEOM_Object_ptr thePnt,
+                                  GEOM::GEOM_Object_ptr theDir);
+
    GEOM::GEOM_Object_ptr MakeLineTwoPnt (GEOM::GEOM_Object_ptr thePnt1,
                                         GEOM::GEOM_Object_ptr thePnt2);