Salome HOME
Add ellipse data type
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 7e0a1c73e88798100ab9ca1ee6acc62ac38ac7c7..6a3aa446284f2e7f0bba73d2f0c42d7582903232 100644 (file)
@@ -178,6 +178,13 @@ protected:
   /// \param thePlane a plane
   std::shared_ptr<GeomAPI_Dir> setSketchPlane(std::shared_ptr<GeomAPI_Pln> thePlane);
 
+  /**
+  * Returns list of presentations which have displayed shapes with circular edges
+  * (circles, arcs) which are in pane of of the given sketch
+  * \param theSketch - the sketch
+  */
+  QList<std::shared_ptr<ModuleBase_ViewerPrs>> findCircularEdgesInPlane();
+
 private:
   /// class to show/hide preview planes
   PartSet_PreviewPlanes* myPreviewPlanes;