Salome HOME
Issue #2149 Split does not highlight the selected edge
authornds <nds@opencascade.com>
Wed, 10 May 2017 14:43:32 +0000 (17:43 +0300)
committernds <nds@opencascade.com>
Wed, 10 May 2017 14:43:32 +0000 (17:43 +0300)
src/SketchPlugin/SketchPlugin_Split.cpp

index 564ba7e8d734f85e5fd7113cc6fd0317717aeeb5..b4d6651a984af2e4832dccaab201ae7eb2916730 100644 (file)
@@ -729,8 +729,8 @@ void SketchPlugin_Split::getFeaturePoints(const FeaturePtr& theFeature,
 }
 
 void SketchPlugin_Split::getConstraints(std::set<FeaturePtr>& theFeaturesToDelete,
-                                        std::set<FeaturePtr>& theFeaturesToUpdate,
-                                        std::map<FeaturePtr, IdToPointPair>& theCoincidenceToFeature)
+                                    std::set<FeaturePtr>& theFeaturesToUpdate,
+                                    std::map<FeaturePtr, IdToPointPair>& theCoincidenceToFeature)
 {
   std::shared_ptr<ModelAPI_Data> aData = data();
 
@@ -1577,7 +1577,8 @@ std::set<std::shared_ptr<ModelAPI_Attribute> > SketchPlugin_Split::getEdgeAttrib
   return anAttributes;
 }
 
-std::shared_ptr<GeomDataAPI_Point2D> SketchPlugin_Split::getPointAttribute(const bool isFirstAttribute)
+std::shared_ptr<GeomDataAPI_Point2D> SketchPlugin_Split::getPointAttribute
+                                                              (const bool isFirstAttribute)
 {
   std::shared_ptr<GeomDataAPI_Point2D> anAttribute;