Salome HOME
Compilation fix
authordbv <dbv@opencascade.com>
Mon, 18 Apr 2016 08:09:13 +0000 (11:09 +0300)
committerdbv <dbv@opencascade.com>
Mon, 18 Apr 2016 08:09:13 +0000 (11:09 +0300)
src/FeaturesPlugin/FeaturesPlugin_Wire.cpp

index b704d65e758222371d7963dc3ac4d6eaa7d6c6fc..abf650c92a20f53535dfb201010db14952dc536b 100644 (file)
@@ -145,8 +145,8 @@ bool FeaturesPlugin_Wire::addContour()
     ResultConstructionPtr aConstruction = std::dynamic_pointer_cast<ModelAPI_ResultConstruction>(aSelection->context());
     std::shared_ptr<GeomAPI_PlanarEdges> aPlanarEdges = std::dynamic_pointer_cast<GeomAPI_PlanarEdges>(aConstruction->shape());
 
-    ListOfShape aClosedWires;
-    GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires);
+    //ListOfShape aClosedWires;
+    //GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires);
 
     //// Iterate on wires and add wire with this edge.
     //std::shared_ptr<GeomAPI_Shape> aFoundWire;
@@ -221,5 +221,7 @@ bool FeaturesPlugin_Wire::addContour()
     return false;
   }
 
+  
+
   return false;
 }