]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Edge.h
Salome HOME
Task 2.8. Measurement functions
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index e165279f2488d25d08ede3ad5a2bee4486483a86..ac5973d9bca882b6e7e8c63ca22981321b907460 100644 (file)
@@ -97,7 +97,8 @@ public:
   /// Returns list of intersection points if the edge has intersections with the given plane
   /// \param thePlane a plane for intersection
   GEOMAPI_EXPORT
-  void intersectWithPlane(const std::shared_ptr<GeomAPI_Pln> thePlane, std::list<std::shared_ptr<GeomAPI_Pnt> >& theResult) const;
+  void intersectWithPlane(const std::shared_ptr<GeomAPI_Pln> thePlane,
+                          std::list<std::shared_ptr<GeomAPI_Pnt> >& theResult) const;
 
   /// Returns edge length.
   GEOMAPI_EXPORT