Salome HOME
Issue #1063: Problem of dynamic cast on Linux for Selection validators is solved
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_EdgeBuilder.h
index 1de252482a5414598ace8332c6646ad6bf3dee7b..ffd042b4c52c2e7a6a967b69a87471a2e199e6ca 100644 (file)
@@ -24,10 +24,8 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_EdgeBuilder
   /// Creates linear edge by two points.
   /// \param theStart a first point of an edge
   /// \param theEnd an end point of an edge
-  /// \param theInfinite if true, the shape of the edge is infinite. It is used for axis edge.
   static std::shared_ptr<GeomAPI_Edge> line(std::shared_ptr<GeomAPI_Pnt> theStart,
-                                            std::shared_ptr<GeomAPI_Pnt> theEnd,
-                                            const bool theInfinite = false);
+                                            std::shared_ptr<GeomAPI_Pnt> theEnd);
   /// Creates edge - axis of the given cylindrical face. The result axis edge is infinite
   static std::shared_ptr<GeomAPI_Edge> cylinderAxis(
     std::shared_ptr<GeomAPI_Shape> theCylindricalFace);